Fix --self-install clap doc

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-11-08 00:43:19 +11:00 committed by GitHub
parent 91e3b4c9b4
commit 5e7d54ee2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -405,7 +405,7 @@ pub struct Args {
#[clap(help_heading = "Meta", short, long, conflicts_with("verbose"))]
pub(crate) quiet: bool,
#[clap(long, hidden(true))]
#[clap(long, hide(true))]
pub(crate) self_install: bool,
}