Skip to content

Commit

Permalink
Fix CLI help text
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jun 4, 2021
1 parent b621877 commit 7e716e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def ffm_train() -> None:
parser.add_argument("tr_path", help="File path to training set", type=str)
parser.add_argument(
"model_path",
help="File path to training set",
help="File path to dump LIBFFM model",
nargs="?",
type=str,
default=None,
Expand Down

0 comments on commit 7e716e7

Please sign in to comment.