mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-12 07:08:47 +00:00
Merge pull request #6919 from ThomasWaldmann/fix-delete-master
delete: remove unused option --keep-security-info
This commit is contained in:
commit
1744c92967
1 changed files with 0 additions and 6 deletions
|
@ -162,12 +162,6 @@ class DeleteMixIn:
|
||||||
default=0,
|
default=0,
|
||||||
help="force deletion of corrupted archives, " "use ``--force --force`` in case ``--force`` does not work.",
|
help="force deletion of corrupted archives, " "use ``--force --force`` in case ``--force`` does not work.",
|
||||||
)
|
)
|
||||||
subparser.add_argument(
|
|
||||||
"--keep-security-info",
|
|
||||||
dest="keep_security_info",
|
|
||||||
action="store_true",
|
|
||||||
help="keep the local security info when deleting a repository",
|
|
||||||
)
|
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
"--save-space", dest="save_space", action="store_true", help="work slower, but using less space"
|
"--save-space", dest="save_space", action="store_true", help="work slower, but using less space"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue