This commit is contained in:
Typicode
2015-06-15 19:52:12 +02:00
parent 88c55544e1
commit 7169ebeed9

View File

@ -27,11 +27,11 @@ var argv = yargs
}, },
watch: { watch: {
alias: 'w', alias: 'w',
description: 'Reload database on JSON file change', description: 'Reload database on JSON file change'
}, },
routes: { routes: {
alias: 'r', alias: 'r',
description: 'Load routes file', description: 'Load routes file'
} }
}) })
.help('help').alias('help', 'h') .help('help').alias('help', 'h')