From a49d8eafa180848e91cd846d4e31c8b7511b2a76 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Tue, 18 Sep 2018 10:24:40 -0500 Subject: [PATCH] clarify re: GitHub --- cmd/cmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd.js b/cmd/cmd.js index ea415d4a2..f9b4cb735 100644 --- a/cmd/cmd.js +++ b/cmd/cmd.js @@ -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) {