From 888bf6f1a00856ea3a16faad88ece571c1e7d72d Mon Sep 17 00:00:00 2001
From: John Dickinson <me@not.mn>
Date: Wed, 13 May 2015 16:46:14 -0700
Subject: [PATCH] be more explicit in the --version CLI option

Change-Id: I14f33c7ea90ab1fe58aa67f1ff70e527c88cd141
---
 swiftclient/shell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index c7bb4f80..430efd29 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>]