Merge remote-tracking branch 'github/letsencrypt/master' into cli-config-fixes-2

This commit is contained in:
Jakub Warmuz
2015-05-28 20:47:35 +00:00
7 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class IPluginFactory(zope.interface.Interface):
"""Inject argument parser options (flags).
1. Be nice and prepend all options and destinations with
`~.option_namespace` and `~.dest_namespace`.
`~.common.option_namespace` and `~common.dest_namespace`.
2. Inject options (flags) only. Positional arguments are not
allowed, as this would break the CLI.