delete: remove unused option --keep-security-info

this option is only useful for deleting repos.
This commit is contained in:
Thomas Waldmann 2022-07-21 21:03:16 +02:00
parent c5a594688a
commit 2c2afe4123

View file

@ -162,12 +162,6 @@ class DeleteMixIn:
default=0,
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(
"--save-space", dest="save_space", action="store_true", help="work slower, but using less space"
)