diff --git a/explorationtools.py b/explorationtools.py index 780cc32..c8e6ce7 100755 --- a/explorationtools.py +++ b/explorationtools.py @@ -124,7 +124,7 @@ try: elif args.subCommand == "systemlist": out = getSystemList(args.partialsystem) else: - parser.print_usage() + parser.print_usage(sys.stderr) sys.exit(1) except ServerError as e: print(e)