Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33e9b3c

Browse files
committed
Minor style update
1 parent 438fd29 commit 33e9b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def cmdLineParser():
4040

4141
parser.add_option("--version", dest="showVersion",
4242
action="store_true",
43-
help="Show version string and exit")
43+
help="Show program's version number and exit")
4444

4545
parser.add_option("-v", dest="verbose", type="int",
4646
help="Verbosity level: 0-6 (default %d)" % defaults.verbose)

0 commit comments

Comments
 (0)