Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438fd29 commit 33e9b3cCopy full SHA for 33e9b3c
1 file changed
lib/parse/cmdline.py
@@ -40,7 +40,7 @@ def cmdLineParser():
40
41
parser.add_option("--version", dest="showVersion",
42
action="store_true",
43
- help="Show version string and exit")
+ help="Show program's version number and exit")
44
45
parser.add_option("-v", dest="verbose", type="int",
46
help="Verbosity level: 0-6 (default %d)" % defaults.verbose)
0 commit comments