diff --git a/create-envfile.py b/create-envfile.py index 7a733a87..087be0e8 100644 --- a/create-envfile.py +++ b/create-envfile.py @@ -135,7 +135,7 @@ def _get_vals_to_replace(args): parser = argparse.ArgumentParser( prog="ENV file builder", description="Tool for generate environment file automatically. The information can be passed or via CLI or via JSON file ( --file /path/env.json)", - usage="python create-envfile.py localhost -f /path/to/json/file.json", + usage="python create-envfile.py -hn localhost -f /path/to/json/file.json", allow_abbrev=False ) parser.add_argument(