mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
more typos
This commit is contained in:
+1
-1
@@ -923,7 +923,7 @@ def _plugins_parsing(helpful, plugins):
|
|||||||
helpful.add("plugins", "--nginx", action="store_true",
|
helpful.add("plugins", "--nginx", action="store_true",
|
||||||
help="Obtain and install certs using Nginx")
|
help="Obtain and install certs using Nginx")
|
||||||
helpful.add("plugins", "--standalone", action="store_true",
|
helpful.add("plugins", "--standalone", action="store_true",
|
||||||
help="Obtain certs using a "standalone" webserver.")
|
help='Obtain certs using a "standalone" webserver.')
|
||||||
|
|
||||||
# things should not be reorder past/pre this comment:
|
# things should not be reorder past/pre this comment:
|
||||||
# plugins_group should be displayed in --help before plugin
|
# plugins_group should be displayed in --help before plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user