@@ -75,18 +75,19 @@ while (args.length) {
7575 process . stdout . write ( '\n' ) ;
7676 process . stdout . write ( chalk . blue ( ' Usage:' ) + ' doxdox <path> [options]' + '\n\n' ) ;
7777 process . stdout . write ( ' Options:' + '\n\n' ) ;
78- process . stdout . write ( chalk . yellow ( ' -h, --help' ) + '\t\tDisplay this help message.' + '\n' ) ;
79- process . stdout . write ( chalk . yellow ( ' -v, --version' ) + '\t\tDisplay the current installed version.' + '\n' ) ;
80- process . stdout . write ( chalk . yellow ( ' -t, --title' ) + '\t\tSets title.' + '\n' ) ;
81- process . stdout . write ( chalk . yellow ( ' -d, --description' ) + '\tSets description.' + '\n' ) ;
82- process . stdout . write ( chalk . yellow ( ' -l, --layout' ) + '\t\tTemplate to render the documentation with.' + '\n' ) ;
83- process . stdout . write ( chalk . yellow ( ' -p, --package' ) + '\t\tSets location of package.json file.' + '\n' ) ;
84- process . stdout . write ( chalk . yellow ( ' -o, --output' ) + '\t\tFile to save documentation to. Defaults to stdout.' + '\n' ) ;
78+ process . stdout . write ( chalk . yellow ( ' -h, --help' ) + '\t\t\ tDisplay this help message.' + '\n' ) ;
79+ process . stdout . write ( chalk . yellow ( ' -v, --version' ) + '\t\t\ tDisplay the current installed version.' + '\n' ) ;
80+ process . stdout . write ( chalk . yellow ( ' -t, --title' ) + '\t\t\ tSets title.' + '\n' ) ;
81+ process . stdout . write ( chalk . yellow ( ' -d, --description' ) + '\t\ tSets description.' + '\n' ) ;
82+ process . stdout . write ( chalk . yellow ( ' -l, --layout' ) + '\t\t\ tTemplate to render the documentation with.' + '\n' ) ;
83+ process . stdout . write ( chalk . yellow ( ' -p, --package' ) + '\t\t\ tSets location of package.json file.' + '\n' ) ;
84+ process . stdout . write ( chalk . yellow ( ' -o, --output' ) + '\t\t\ tFile to save documentation to. Defaults to stdout.' + '\n' ) ;
8585 process . stdout . write ( '\n' ) ;
8686 process . stdout . write ( ' Available Layouts:' + '\n\n' ) ;
87- process . stdout . write ( ' - Bootstrap (default)\t (http://getbootstrap.com/)' + '\n' ) ;
88- process . stdout . write ( ' - Markdown\t\t (http://daringfireball.net/projects/markdown/)' + '\n' ) ;
89- process . stdout . write ( ' - Dash\t\t (http://kapeli.com/docsets/)' + '\n' ) ;
87+ process . stdout . write ( ' - Bootstrap (default)\t\t(http://getbootstrap.com/)' + '\n' ) ;
88+ process . stdout . write ( ' - Markdown\t\t\t(http://daringfireball.net/projects/markdown/)' + '\n' ) ;
89+ process . stdout . write ( ' - Dash\t\t\t(http://kapeli.com/docsets/)' + '\n' ) ;
90+ process . stdout . write ( ' - Wiki\t\t\t(https://help.github.com/articles/about-github-wikis/)' + '\n' ) ;
9091 process . stdout . write ( '\n' ) ;
9192 process . kill ( ) ;
9293
0 commit comments