From 079d8037ab59ea13dcff1811c1e32884e7a01ae8 Mon Sep 17 00:00:00 2001 From: Orhun Parmaksız Date: Sun, 12 Dec 2021 01:29:47 +0300 Subject: Enable help messages for command line arguments (#239) --- src/command/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/login.rs') 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, - #[structopt(long, short, about = "the encryption key for your account")] + #[structopt(long, short, help = "the encryption key for your account")] pub key: Option, } -- cgit v1.3.1