mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
improve help about supply selecting in delete command (#7673)
for #6625
This commit is contained in:
parent
84c1b912d9
commit
456122e342
2 changed files with 4 additions and 4 deletions
|
|
@ -92,8 +92,8 @@ obtain, install, and renew certificates:
|
|||
|
||||
manage certificates:
|
||||
certificates Display information about certificates you have from Certbot
|
||||
revoke Revoke a certificate (supply --cert-path or --cert-name)
|
||||
delete Delete a certificate
|
||||
revoke Revoke a certificate (supply --cert-name or --cert-path)
|
||||
delete Delete a certificate (supply --cert-name)
|
||||
|
||||
manage your account:
|
||||
register Create an ACME account
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ obtain, install, and renew certificates:
|
|||
|
||||
manage certificates:
|
||||
certificates Display information about certificates you have from Certbot
|
||||
revoke Revoke a certificate (supply --cert-path or --cert-name)
|
||||
delete Delete a certificate
|
||||
revoke Revoke a certificate (supply --cert-name or --cert-path)
|
||||
delete Delete a certificate (supply --cert-name)
|
||||
|
||||
manage your account:
|
||||
register Create an ACME account
|
||||
|
|
|
|||
Loading…
Reference in a new issue