update template option message

This commit is contained in:
Iuri Matias 2018-09-21 18:18:21 -04:00
parent cafe472727
commit 9ac3f56c98
1 changed files with 1 additions and 1 deletions

View File

@ -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) {