mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-12 02:17:54 -04:00
delete: remove --cache-only option, fixes #7440
for deleting the cache only, use: borg rdelete --cache-only
This commit is contained in:
parent
270b705248
commit
02eb9cd443
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue