Skip to content

Commit

Permalink
stage add: unsuppress -c/--checkpoints help text (iterative#5599)
Browse files Browse the repository at this point in the history
* stage add: unsuppress -c/--checkpoints help text

* review fix
  • Loading branch information
pmrowla authored Mar 12, 2021
1 parent fe4cb9c commit bd470e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dvc/command/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ def _add_common_args(parser):
"--checkpoints",
action="append",
default=[],
help=argparse.SUPPRESS,
help="Declare checkpoint output file or directory for 'dvc exp run'. "
"Not compatible with 'dvc repro'.",
metavar="<filename>",
).complete = completion.FILE
parser.add_argument(
Expand Down

0 comments on commit bd470e9

Please sign in to comment.