Skip to content

Commit

Permalink
fix: update help text for model configuration argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gagb committed Feb 13, 2025
1 parent 9704208 commit 34f1af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main() -> None:
"--config",
type=str,
nargs=1,
help="The model configuration file to use. Leave empty to print a sample configuration.",
help="The model configuration file to use.",
)
parser.add_argument("--sample-config", action="store_true", help="Print a sample configuration to console.")

Expand Down

0 comments on commit 34f1af7

Please sign in to comment.