aboutsummaryrefslogtreecommitdiff
path: root/otp.bash
diff options
context:
space:
mode:
Diffstat (limited to 'otp.bash')
-rwxr-xr-xotp.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/otp.bash b/otp.bash
index 174b37f..15bd012 100755
--- a/otp.bash
+++ b/otp.bash
@@ -152,7 +152,7 @@ Usage:
If put on the clipboard, it will be cleared in $CLIP_TIME seconds.
$PROGRAM otp insert [--force,-f] [--echo,-e]
- [[--secret, -s] [--issuer,-i issuer] [--account,-a account]]
+ [[--secret, -s] [--issuer,-i issuer] [--account,-a account] [--path,-p path-name]]
[pass-name]
Prompt for and insert a new OTP key.
@@ -208,7 +208,7 @@ cmd_otp_insert() {
--) shift; break ;;
esac done
- [[ $err -ne 0 ]] && die "Usage: $PROGRAM $COMMAND insert [--force,-f] [--echo,-e] [--secret, -s] [--issuer,-i issuer] [--account,-a account] [--path,-p path] [pass-name]"
+ [[ $err -ne 0 ]] && die "Usage: $PROGRAM $COMMAND insert [--force,-f] [--echo,-e] [--secret, -s] [--issuer,-i issuer] [--account,-a account] [--path,-p path-name] [pass-name]"
local prompt path uri
if [[ $# -eq 1 ]]; then