fix help text
This commit is contained in:
parent
4c8de7dcf5
commit
882399f0b3
2
main.py
2
main.py
@ -12,7 +12,7 @@ import argparse
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--input", help="folder containing input json(s)", required=True, type=pathlib.Path)
|
||||
parser.add_argument("--output", help="folder to place csv", required=True, type=pathlib.Path)
|
||||
parser.add_argument("--delimiter", help="delimiter for CSV (default is '|'", default="|")
|
||||
parser.add_argument("--delimiter", help="delimiter for CSV (default is '|')", default="|")
|
||||
parser.add_argument("--single", action="store_true", help="merge all json files to single output csv")
|
||||
parser.add_argument("--verbose", '-v', action="count", help="set verbose level", default=0)
|
||||
parser.add_argument("--zip", action="store_true", help="make a zipfile of all outputs")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user