Skip to content

Commit

Permalink
use -c for checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Feb 1, 2021
1 parent 98012be commit db9782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _add_common_args(parser):
metavar="<filename>",
)
parser.add_argument(
"-C",
"-c",
"--checkpoints",
action="append",
default=[],
Expand Down

0 comments on commit db9782b

Please sign in to comment.