add dummy cert dir

This commit is contained in:
Maximilian Hils 2012-08-17 19:13:56 +02:00
parent ed389d8f05
commit b0566b9d4c

View File

@ -275,9 +275,9 @@ def common_options(parser):
help="Replacement pattern, where the replacement clause is a path to a file."
)
group.add_option(
group.add_argument(
"--dummy-certs", action="store",
type = "str", dest = "certdir", default=None,
type = str, dest = "certdir", default=None,
help = "Generated dummy certs directory."
)