delete: remove --cache-only option, fixes #7440

for deleting the cache only, use:

borg rdelete --cache-only
This commit is contained in:
Thomas Waldmann 2023-03-20 20:51:13 +01:00
parent 270b705248
commit 02eb9cd443
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -142,12 +142,6 @@ class DeleteMixIn:
subparser.add_argument(
"-s", "--stats", dest="stats", action="store_true", help="print statistics for the deleted archive"
)
subparser.add_argument(
"--cache-only",
dest="cache_only",
action="store_true",
help="delete only the local cache for the given repository",
)
subparser.add_argument(
"--force",
dest="forced",