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 f16898b commit fc5ed80Copy full SHA for fc5ed80
1 file changed
Lib/optparse.py
@@ -1120,6 +1120,11 @@ class OptionParser (OptionContainer):
1120
prog : string
1121
the name of the current program (to override
1122
os.path.basename(sys.argv[0])).
1123
+ description : string
1124
+ A paragraph of text giving a brief overview of your program.
1125
+ optparse reformats this paragraph to fit the current terminal
1126
+ width and prints it when the user requests help (after usage,
1127
+ but before the list of options).
1128
epilog : string
1129
paragraph of help text to print after option help
1130
0 commit comments