summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2015-05-13 16:46:14 -0700
committerJohn Dickinson <me@not.mn>2015-05-13 16:46:14 -0700
commit888bf6f1a00856ea3a16faad88ece571c1e7d72d (patch)
treea8831ea6faf4b79943d71a7daae46df76b9f71ec
parent1aebb7ccc59808446ce4cc3cec879475a2770bc0 (diff)
downloadpython-swiftclient-888bf6f1a00856ea3a16faad88ece571c1e7d72d.tar.gz
be more explicit in the --version CLI option
Change-Id: I14f33c7ea90ab1fe58aa67f1ff70e527c88cd141
-rwxr-xr-xswiftclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index c7bb4f8..430efd2 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -1035,7 +1035,7 @@ def main(arguments=None):
argv = sys_argv
version = client_version
- parser = OptionParser(version='%%prog %s' % version,
+ parser = OptionParser(version='python-swiftclient %s' % version,
usage='''
usage: %%prog [--version] [--help] [--os-help] [--snet] [--verbose]
[--debug] [--info] [--quiet] [--auth <auth_url>]