We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9381d32 commit b87897eCopy full SHA for b87897e
examples/commandline/argparse_example.py
@@ -7,7 +7,7 @@
7
8
# simple example of argparse
9
#
10
-# ./argparse_example.py -a -b # -c string --darg --earg fextra
+# ./argparse_example.py -a -b # -c string --darg --earg string extras
11
12
parser = argparse.ArgumentParser()
13
parser.add_argument("-a", help="the -a option", action="store_true")
0 commit comments