diff options
| author | Orhun Parmaksız <orhunparmaksiz@gmail.com> | 2021-12-12 01:29:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-11 22:29:47 +0000 |
| commit | 079d8037ab59ea13dcff1811c1e32884e7a01ae8 (patch) | |
| tree | c0adfeb7b53bd87a55bf9fc3d8c6404c9e3f2871 /src/command/login.rs | |
| parent | Fish importing (#234) (diff) | |
| download | atuin-079d8037ab59ea13dcff1811c1e32884e7a01ae8.zip | |
Enable help messages for command line arguments (#239)
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>, } |
