Fix example

remotes/origin/fix-broken-test-in-travis
Raul Ochoa 8 years ago
parent 27b73cb163
commit 4dfdb2eaea

@ -16,8 +16,8 @@ var argv = require('yargs')
.usage('Usage: $0 <environment> [options]')
.help('h')
.example(
'$0 production -c /etc/windshaft/config.js',
'start server in production environment with /etc/windshaft/config.js as configuration file'
'$0 production -c /etc/sql-api/config.js',
'start server in production environment with /etc/sql-api/config.js as config file'
)
.alias('h', 'help')
.alias('c', 'config')

Loading…
Cancel
Save