This commit is contained in:
AJ ONeal 2015-12-12 22:19:28 +00:00
parent 70a1fe923e
commit 2f4950a983
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ look at the wrapper `backend-python.js`.
#### bkDefualts
The arguments passed here (typically `webpathRoot`, `configDir`, etc) will be merged with
any `args` (typically `domains`, `email`, and `agreeTos`) bassed to the backend.
any `args` (typically `domains`, `email`, and `agreeTos`) and passed to the backend whenever
it is called.
Typically the backend wrapper will already merge any necessary backend-specific arguments.