diff --git a/cli/src/cli.rs b/cli/src/cli.rs index 5fe07810e..4bfe69bf6 100644 --- a/cli/src/cli.rs +++ b/cli/src/cli.rs @@ -162,6 +162,7 @@ impl FileArgsCompat { pub(crate) struct PasswordArgs { #[arg( long, + visible_alias = "passphrase", help = "Password of archive. If password is not given it's asked from the tty" )] pub(crate) password: Option>,