Update CLI

This commit is contained in:
typicode
2017-06-28 23:12:32 +02:00
parent 867d3724e8
commit 12ea1a9f86
2 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,7 @@ module.exports = function () {
},
foreignKeySuffix: {
alias: 'fks',
description: 'Set foreign key suffix, (e.g. _id as in post_id)',
description: 'Set foreign key suffix (e.g. _id as in post_id)',
default: 'Id'
},
quiet: {