diff --git a/lib/jsdoc/opts/args.js b/lib/jsdoc/opts/args.js index 56d65cbb..15e282af 100644 --- a/lib/jsdoc/opts/args.js +++ b/lib/jsdoc/opts/args.js @@ -20,7 +20,7 @@ function parseQuery(str) { /* eslint-disable no-multi-spaces */ argParser.addOption('a', 'access', true, 'Only display symbols with the given access: "package", public", "protected", "private" or "undefined", or "all" for all access levels. Default: all except "private"', true); argParser.addOption('c', 'configure', true, 'The path to the configuration file. Default: path/to/jsdoc/conf.json'); -argParser.addOption('d', 'destination', true, 'The path to the output folder. Use "console" to dump data to the console. Default: ./out/'); +argParser.addOption('d', 'destination', true, 'The path to the output folder. Default: ./out/'); argParser.addOption('', 'debug', false, 'Log information for debugging JSDoc.'); argParser.addOption('e', 'encoding', true, 'Assume this encoding when reading all source files. Default: utf8'); argParser.addOption('h', 'help', false, 'Print this message and quit.');