mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
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…
x
Reference in New Issue
Block a user