Fix mistaken argparse target was int.
This commit is contained in:
parent
6d90062eff
commit
9f53f1c514
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ def main(argv):
|
|||
parser.add_argument(
|
||||
'target',
|
||||
nargs='+',
|
||||
type=int,
|
||||
help='''
|
||||
The filepath of the target file and any additional arguments separated
|
||||
by spaces. If you want to include an argument that starts with hyphens,
|
||||
|
|
Loading…
Reference in a new issue