Cleanup settings=.. build option usage.

Former-commit-id: 33506d9cfc2101cba8d160169c5d27861f8c7064
This commit is contained in:
John-David Dalton
2012-09-30 22:52:34 -07:00
parent ac7f045708
commit d6d065cd61
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ lodash template="./*.jst"
* Use the `settings` argument to pass the template settings used when precompiling templates
```bash
lodash settings="{interpolate:/\\{\\{(.+?)\\}\\}/g}"
lodash settings="{interpolate:/\\{\\{([\\s\\S]+?)\\}\\}/g}"
```
All arguments, except `legacy` with `csp` or `mobile`, may be combined.<br>

View File

@@ -369,7 +369,7 @@
' lodash template=... File path pattern used to match template files to precompile',
' (e.g. `lodash template=./*.jst`)',
' lodash settings=... Template settings used when precompiling templates',
' (e.g. `lodash settings="{interpolate:/\\{\\{(.+?)\\}\\}/g}"`)',
' (e.g. `lodash settings="{interpolate:/\\\\{\\\\{([\\\\s\\\\S]+?)\\\\}\\\\}/g}"`)',
'',
' All arguments, except `legacy` with `csp` or `mobile`, may be combined.',
' Unless specified by `-o` or `--output`, all files created are saved to the current working directory.',