Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion create-envfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down