Skip to content

Commit 5d6918a

Browse files
sagunjiefiop
authored andcommitted
Remove --all-commits options from usage output (#2682)
* Comment out --all-commits optional arg * Suppress --all-commits optional arg
1 parent 5f64474 commit 5d6918a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def add_parser(subparsers, parent_parser):
8383
"--all-commits",
8484
action="store_true",
8585
default=False,
86-
help="Keep data files for all commits.",
86+
help=argparse.SUPPRESS,
8787
)
8888
gc_parser.add_argument(
8989
"-c",

0 commit comments

Comments
 (0)