diff --git a/sacredboard/bootstrap.py b/sacredboard/bootstrap.py index 8580e49..bf6803e 100755 --- a/sacredboard/bootstrap.py +++ b/sacredboard/bootstrap.py @@ -86,8 +86,10 @@ def run(debug, no_browser, m, mu, mc, f): elif f: app.config["data"] = FileStorage(f) else: - print("Must specify either a mongodb instance or \ - a path to a file storage.") + print("Must specify either a mongodb instance or " + + "a path to a file storage.\nRun sacredboard --help " + "for more information.", file=sys.stderr) + sys.exit(1) app.config['DEBUG'] = debug app.debug = debug