clarify re: GitHub

This commit is contained in:
Michael Bradley, Jr 2018-09-18 10:24:40 -05:00
parent 7ce92211f9
commit a49d8eafa1
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 [url]', __('download template'))
.option('--template [url]', __('download template from a GitHub repository'))
.action(function(name, options) {
i18n.setOrDetectLocale(options.locale);
if (name === undefined) {