Fix indentation

This commit is contained in:
Daniel García Aubert 2019-10-01 18:20:17 +02:00
parent 9cfaf6eefc
commit c82a5c38df

6
app.js
View File

@ -27,9 +27,9 @@ var argv = require('yargs')
.usage('Usage: $0 <environment> [options]')
.help('h')
.example(
'$0 production -c /etc/sql-api/config.js',
'start server in production environment with /etc/sql-api/config.js as config 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')
.nargs('c', 1)