diff options
-rw-r--r-- | nitrocli/src/args.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nitrocli/src/args.rs b/nitrocli/src/args.rs index 8ce06e2..6e55cb1 100644 --- a/nitrocli/src/args.rs +++ b/nitrocli/src/args.rs @@ -483,7 +483,7 @@ pub fn otp_set(ctx: &mut ExecCtx<'_>, args: Vec<String>) -> Result<()> { let _ = parser.refer(&mut algorithm).add_option( &["-a", "--algorithm"], argparse::Store, - "The OTP algorithm to use (hotp or totp, default: totp", + "The OTP algorithm to use (hotp or totp, default: totp)", ); let _ = parser.refer(&mut name).required().add_argument( "name", |