Merge pull request #413 from briandela/patch-1

Minor change to the CLI help text
This commit is contained in:
Ben Drucker 2014-08-05 18:55:30 -04:00
commit 88467f829a

View File

@ -57,7 +57,7 @@ function invoke(env) {
.option('--debug', 'Run with debugging.')
.option('--knexfile [path]', 'Specify the knexfile path.')
.option('--cwd [path]', 'Specify the working directory.')
.option('--env [name]', 'environment, default: process.NODE_ENV || development');
.option('--env [name]', 'environment, default: process.env.NODE_ENV || development');
commander