fix(completion): stop a rustup flag describing itself

`rustup doc --unstable-book` carried "--unstable-book" as its
description, so the menu printed the flag twice and explained nothing.
Every sibling reads as the title of what it opens — The Cargo Book, The
Rust Reference, The Embedded Rust Book — and rustup's own help calls
this one The Unstable Book.

Found by sweeping the specs for descriptions that merely repeat their
own flag. The other eleven hits are terse but real: docker login
--password really is "Password".
This commit is contained in:
l0ng-ai
2026-08-09 00:44:33 +07:00
parent 0ab2e47829
commit 3796ec3399
File diff suppressed because one or more lines are too long