mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
Include missing space (#6061)
This commit is contained in:
parent
d53ef1f7c2
commit
fb0d2ec3d6
1 changed files with 2 additions and 2 deletions
|
|
@ -132,10 +132,10 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
default=cls.OS_DEFAULTS["challenge_location"],
|
||||
help="Directory path for challenge configuration.")
|
||||
add("handle-modules", default=cls.OS_DEFAULTS["handle_mods"],
|
||||
help="Let installer handle enabling required modules for you." +
|
||||
help="Let installer handle enabling required modules for you. " +
|
||||
"(Only Ubuntu/Debian currently)")
|
||||
add("handle-sites", default=cls.OS_DEFAULTS["handle_sites"],
|
||||
help="Let installer handle enabling sites for you." +
|
||||
help="Let installer handle enabling sites for you. " +
|
||||
"(Only Ubuntu/Debian currently)")
|
||||
util.add_deprecated_argument(add, argument_name="ctl", nargs=1)
|
||||
util.add_deprecated_argument(
|
||||
|
|
|
|||
Loading…
Reference in a new issue