Skip to content

Commit b87897e

Browse files
committed
fix comment
1 parent 9381d32 commit b87897e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/commandline/argparse_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# simple example of argparse
99
#
10-
# ./argparse_example.py -a -b # -c string --darg --earg fextra
10+
# ./argparse_example.py -a -b # -c string --darg --earg string extras
1111

1212
parser = argparse.ArgumentParser()
1313
parser.add_argument("-a", help="the -a option", action="store_true")

0 commit comments

Comments
 (0)