diff options
Diffstat (limited to 'src/command/login.rs')
| -rw-r--r-- | src/command/login.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/login.rs b/src/command/login.rs index 63a3e0ec..c33fa5e1 100644 --- a/src/command/login.rs +++ b/src/command/login.rs @@ -18,7 +18,7 @@ pub struct Cmd { #[structopt(long, short)] pub password: Option<String>, - #[structopt(long, short, about = "the encryption key for your account")] + #[structopt(long, short, help = "the encryption key for your account")] pub key: Option<String>, } |
