diff options
-rwxr-xr-x | otp.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |