mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
correct the description of the -d flag (#1156)
This commit is contained in:
parent
a3523abebc
commit
59a689223d
@ -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.');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user