aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xotp.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/otp.bash b/otp.bash
index f094fa2..df04d4f 100755
--- a/otp.bash
+++ b/otp.bash
@@ -143,7 +143,7 @@ cmd_otp_insert() {
otp_parse_uri "$uri"
- otp_insert "$path" $force "$otp_uri" "Add OTP secret for $2 to store."
+ otp_insert "$path" $force "$otp_uri" "Add OTP secret for $path to store."
}
cmd_otp_code() {