fix help txt
This commit is contained in:
2
main.py
2
main.py
@@ -15,7 +15,7 @@ parser.add_argument("--single", action="store_true", help="merge all json files
|
|||||||
parser.add_argument("--debug", action="store_true", help="print debug logs")
|
parser.add_argument("--debug", action="store_true", help="print debug logs")
|
||||||
parser.add_argument("--metadata", type=int, help="how many records to parse for building metadata", default=1000)
|
parser.add_argument("--metadata", type=int, help="how many records to parse for building metadata", default=1000)
|
||||||
parser.add_argument("--join-column", help="join column from top-level to merge nested json", required=True)
|
parser.add_argument("--join-column", help="join column from top-level to merge nested json", required=True)
|
||||||
parser.add_argument("--name", help="join column from top-level to merge nested json", required=True)
|
parser.add_argument("--name", help="base name, to be used in creating all data", required=True)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user