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.
2 parents 3f06469 + 3ef4419 commit 9cc432dCopy full SHA for 9cc432d
1 file changed
Lib/optparse.py
@@ -1126,6 +1126,11 @@ class OptionParser (OptionContainer):
1126
prog : string
1127
the name of the current program (to override
1128
os.path.basename(sys.argv[0])).
1129
+ description : string
1130
+ A paragraph of text giving a brief overview of your program.
1131
+ optparse reformats this paragraph to fit the current terminal
1132
+ width and prints it when the user requests help (after usage,
1133
+ but before the list of options).
1134
epilog : string
1135
paragraph of help text to print after option help
1136
0 commit comments