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