1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

Better usage message

This commit is contained in:
Lieron Schalew 2014-12-15 15:11:53 +01:00
parent 57f2b77911
commit c46163d0da

View File

@ -23,7 +23,7 @@ module.exports = optionator({
pkg.description,
'',
'Usage:',
'$ rt <filename>[,<filename>] [<args>]'
'$ rt <filename> [<filename> ...] [<args>]'
].join('\n'),
concatRepeatedArrays: true,
mergeRepeatedObjects: true,