diff --git a/bin/index.js b/bin/index.js index c773190d..367228a7 100755 --- a/bin/index.js +++ b/bin/index.js @@ -23,7 +23,7 @@ const params = program .option('--indent ', 'Indentation options [4, 2, tabs]', '4') .option('--postfix ', 'Deprecated: Use --postfixServices instead. Service name postfix', 'Service') .option('--postfixServices ', 'Service name postfix', 'Service') - .option('--postfixModels ', 'Model name postfix', '') + .option('--postfixModels ', 'Model name postfix') .option('--request ', 'Path to custom request file') .parse(process.argv) .opts();