diff options
Diffstat (limited to 'python/ingest_file.py')
-rwxr-xr-x | python/ingest_file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ingest_file.py b/python/ingest_file.py index f6f694e..ad78f50 100755 --- a/python/ingest_file.py +++ b/python/ingest_file.py @@ -78,7 +78,7 @@ def main(): args = parser.parse_args() if not args.__dict__.get("func"): - print("tell me what to do!", file=sys.stderr) + parser.print_help(file=sys.stderr) sys.exit(-1) args.func(args) |