summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-03-26 23:27:00 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-03-26 23:27:00 +0000
commitae245f7d84e1db189b1eb45b878f1de4acd64445 (patch)
tree9f100e68b6c17aca5035d03f0634c73854118a2e
parent7e0926ac10554de9a9ba63f427907443fa286ffb (diff)
Minor spacing cleanup
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@607 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-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: