зеркало из https://github.com/mozilla/tls-canary.git
Merge pull request #225 from jcjones/make_prefs_more_clear
Add clarification to how prefs work
This commit is contained in:
Коммит
9a3e678283
|
@ -75,6 +75,9 @@ class BaseMode(object):
|
|||
help="OneCRL-Tools git branch, tag, or commit to use (default: stable)",
|
||||
action="store",
|
||||
default=os.environ.get("ONECRLPIN", "stable"))
|
||||
group = parser.add_argument_group(title="preferences", description="Preferences are of the form "
|
||||
+ "'key;value' and one per argument. Use multiple --pref* calls"
|
||||
+ " to set additional preferences.")
|
||||
group.add_argument("-p", "--prefs",
|
||||
help="Prefs to apply to all builds",
|
||||
type=str,
|
||||
|
|
Загрузка…
Ссылка в новой задаче