update command line arg

This commit is contained in:
Krazer 2024-06-11 13:14:22 -05:00
parent d91707f73e
commit acccbb1512
2 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ def get_parser(default_config_files, git_root):
help="Specify the OpenAI organization ID",
)
group.add_argument(
"--model_file",
"--model-file",
metavar="MODEL_FILE",
default=None,
help={