diff options
Diffstat (limited to 'lib/cli/init.js')
-rw-r--r-- | lib/cli/init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cli/init.js b/lib/cli/init.js index 9a1bff8..55f1b15 100644 --- a/lib/cli/init.js +++ b/lib/cli/init.js @@ -4,7 +4,7 @@ var options = require('./options'); var initBook = require('../init'); module.exports = { - name: 'install [book]', + name: 'init [book]', description: 'setup and create files for chapters', options: [ options.log |