diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-03-26 23:27:00 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-03-26 23:27:00 +0000 |
commit | ae245f7d84e1db189b1eb45b878f1de4acd64445 (patch) | |
tree | 9f100e68b6c17aca5035d03f0634c73854118a2e /oath-qr | |
parent | 7e0926ac10554de9a9ba63f427907443fa286ffb (diff) |
Minor spacing cleanup
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@607 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'oath-qr')
-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: |