File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 "--coordinates" ,
77 nargs = 2 ,
88 metavar = ("X" , "Y" ),
9- help = "take the cartesian coordinates %(metavar)s" ,
9+ help = "take the Cartesian coordinates %(metavar)s" ,
1010)
1111
1212args = arg_parser .parse_args ()
Original file line number Diff line number Diff line change 1414 "path" ,
1515 nargs = "?" ,
1616 default = "." ,
17- help = "takes the path to the target directory (default: %(default)s)" ,
17+ help = "take the path to the target directory (default: %(default)s)" ,
1818)
1919
2020detailed = parser .add_argument_group ("detailed output" )
Original file line number Diff line number Diff line change 1414 "path" ,
1515 nargs = "?" ,
1616 default = "." ,
17- help = "takes the path to the target directory (default: %(default)s)" ,
17+ help = "take the path to the target directory (default: %(default)s)" ,
1818)
1919
2020detailed = parser .add_argument_group ("detailed output" )
You can’t perform that action at this time.
0 commit comments