summaryrefslogtreecommitdiff
path: root/oath-qr
diff options
context:
space:
mode:
Diffstat (limited to 'oath-qr')
-rwxr-xr-xoath-qr4
1 files changed, 2 insertions, 2 deletions
diff --git a/oath-qr b/oath-qr
index a5a2759..5ab08c5 100755
--- a/oath-qr
+++ b/oath-qr
@@ -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: