diff options
-rwxr-xr-x | oath-qr | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,9 +30,9 @@ import sys parser = optparse.OptionParser() parser.set_usage("%prog [options] [key]") parser.add_option("-r", "--raw", dest="raw", default=False, action="store_true", - help="Encode just the base32 key, not an otpauth:// URL.") + help="Encode just the base32 key, not an otpauth:// URL.") parser.add_option("-n", "--name", dest="name", - help="Provide a name for this otpauth token.") + help="Provide a name for this otpauth token.") (options, args) = parser.parse_args() if len(args) >= 2: |