Update --help for --delete-after-revoke to clarify that the flag deletes the entire lineage

This commit is contained in:
Erica Portnoy
2019-01-15 12:05:00 -08:00
parent f7b8e1f99e
commit 6f754f63b1
+2 -1
View File
@@ -1311,7 +1311,8 @@ def _create_subparsers(helpful):
helpful.add("revoke",
"--delete-after-revoke", action="store_true",
default=flag_default("delete_after_revoke"),
help="Delete certificates after revoking them.")
help="Delete certificates after revoking them, along with all previous and later "
"versions of those certificates.")
helpful.add("revoke",
"--no-delete-after-revoke", action="store_false",
dest="delete_after_revoke",