diff --git a/dvc/command/gc.py b/dvc/command/gc.py index 699f88304b..45d774f6d4 100644 --- a/dvc/command/gc.py +++ b/dvc/command/gc.py @@ -83,7 +83,7 @@ def add_parser(subparsers, parent_parser): "--all-commits", action="store_true", default=False, - help="Keep data files for all commits.", + help=argparse.SUPPRESS, ) gc_parser.add_argument( "-c",