Document --webroot-path

This commit is contained in:
Peter Eckersley
2015-11-30 18:24:40 -08:00
parent 2b87d6f700
commit 328f8cdc5b
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -73,6 +73,8 @@ to serve all files under specified web root ({0})."""
@classmethod
def add_parser_arguments(cls, add):
# --webroot-path and --webroot-map are added in cli.py because they
# are parsed in conjunction with --domains
pass
def get_chall_pref(self, domain): # pragma: no cover