mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-04 06:21:46 +00:00
Merge pull request #7455 from ThomasWaldmann/remove-cache-only-from-delete
delete: remove --cache-only option, fixes #7440
This commit is contained in:
commit
46f1cda204
1 changed files with 0 additions and 6 deletions
|
@ -142,12 +142,6 @@ def build_parser_delete(self, subparsers, common_parser, mid_common_parser):
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
"-s", "--stats", dest="stats", action="store_true", help="print statistics for the deleted archive"
|
"-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(
|
subparser.add_argument(
|
||||||
"--force",
|
"--force",
|
||||||
dest="forced",
|
dest="forced",
|
||||||
|
|
Loading…
Reference in a new issue