diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 18:32:35 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-11-06 18:32:35 -0800 |
commit | 175019c96fced3e21d0f60ea1a4a37da6b8872ac (patch) | |
tree | f42fbbe9c8ac06ae9eb06373ab9eec96d2b3a177 /python/ingest_file.py | |
parent | b0b66c20c6ffb9d8acc626068964d7dfd5d3bcdc (diff) | |
parent | 47ca1a273912c8836630b0930b71a4e66fd2c85b (diff) | |
download | sandcrawler-175019c96fced3e21d0f60ea1a4a37da6b8872ac.tar.gz sandcrawler-175019c96fced3e21d0f60ea1a4a37da6b8872ac.zip |
Merge branch 'bnewbold-html-ingest'
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) |