Skip to content

Commit 02eb9cd

Browse files
delete: remove --cache-only option, fixes #7440
for deleting the cache only, use: borg rdelete --cache-only
1 parent 270b705 commit 02eb9cd

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)