Merge pull request #862 from embark-framework/cli/template-clarify-github

clarify 'new' help output
This commit is contained in:
Iuri Matias 2018-09-18 12:45:47 -04:00 committed by GitHub
commit 3213df1422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 [url]', __('download template'))
.option('--template [url]', __('download template from a GitHub repository'))
.action(function(name, options) {
i18n.setOrDetectLocale(options.locale);
if (name === undefined) {