mirror of https://github.com/embarklabs/embark.git
update template option message
This commit is contained in:
parent
cafe472727
commit
9ac3f56c98
|
@ -94,7 +94,7 @@ class Cmd {
|
|||
.description(__('New Application'))
|
||||
.option('--simple', __('create a barebones project meant only for contract development'))
|
||||
.option('--locale [locale]', __('language to use (default: en)'))
|
||||
.option('--template [name/url]', __('download a known template given its name or from a GitHub repository'))
|
||||
.option('--template [name/url]', __('download a template using a known name or a GitHub repository URL'))
|
||||
.action(function(name, options) {
|
||||
i18n.setOrDetectLocale(options.locale);
|
||||
if (name === undefined) {
|
||||
|
|
Loading…
Reference in New Issue