Skip to content

Commit 46f1cda

Browse files
Merge pull request #7455 from ThomasWaldmann/remove-cache-only-from-delete
delete: remove --cache-only option, fixes #7440
2 parents c187d7c + 02eb9cd commit 46f1cda

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/borg/archiver/delete_cmd.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@ def build_parser_delete(self, subparsers, common_parser, mid_common_parser):
142142
subparser.add_argument(
143143
"-s", "--stats", dest="stats", action="store_true", help="print statistics for the deleted archive"
144144
)
145-
subparser.add_argument(
146-
"--cache-only",
147-
dest="cache_only",
148-
action="store_true",
149-
help="delete only the local cache for the given repository",
150-
)
151145
subparser.add_argument(
152146
"--force",
153147
dest="forced",

0 commit comments

Comments
 (0)