Merge pull request #6919 from ThomasWaldmann/fix-delete-master

delete: remove unused option --keep-security-info
This commit is contained in:
TW 2022-08-01 15:12:06 +02:00 committed by GitHub
commit 1744c92967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

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"
)