You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/jsdoc/opts/args.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ function parseQuery(str) {
24
24
argParser.addOption('a','access',true,'Only display symbols with the given access: "public", "protected", "private" or "undefined", or "all" for all access levels. Default: all except "private"',true);
25
25
argParser.addOption('c','configure',true,'The path to the configuration file. Default: path/to/jsdoc/conf.json');
26
26
argParser.addOption('d','destination',true,'The path to the output folder. Use "console" to dump data to the console. Default: ./out/');
27
-
argParser.addOption('','debug',false,'Log information for debugging JSDoc. On Rhino, launches the debugger when passed as the first option.');
27
+
argParser.addOption('','debug',false,'Log information for debugging JSDoc.');
28
28
argParser.addOption('e','encoding',true,'Assume this encoding when reading all source files. Default: utf8');
29
29
argParser.addOption('h','help',false,'Print this message and quit.');
30
30
argParser.addOption('','match',true,'When running tests, only use specs whose names contain <value>.',true);
0 commit comments