mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Tiny documentation fixes
This commit is contained in:
parent
14b45b795a
commit
c1e4b57d37
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ z_util = zope.component.getUtility
|
|||
def get_email(invalid=False, optional=True):
|
||||
"""Prompt for valid email address.
|
||||
|
||||
:param bool invalid: True if an invalid was provided by the user
|
||||
:param bool invalid: True if an invalid address was provided by the user
|
||||
:param bool optional: True if the user can use
|
||||
--register-unsafely-without-email to avoid providing an e-mail
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ def get_email(invalid=False, optional=True):
|
|||
msg = "Enter email address (used for urgent notices and lost key recovery)"
|
||||
unsafe_suggestion = ("\n\nIf you really want to skip this, you can run "
|
||||
"the client with --register-unsafely-without-email "
|
||||
"but make sure you backup your account key from "
|
||||
"but make sure you then backup your account key from "
|
||||
"/etc/letsencrypt/accounts\n\n")
|
||||
if optional:
|
||||
if invalid:
|
||||
|
|
|
|||
Loading…
Reference in a new issue