mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 18:26:50 +00:00
clarify re: GitHub
This commit is contained in:
parent
7ce92211f9
commit
a49d8eafa1
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user