We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5c712 commit 2ca2150Copy full SHA for 2ca2150
README.md
@@ -127,7 +127,7 @@ See <https://github.com/isaacs/minimatch#usage> for more information on how to u
127
#### Help
128
129
```
130
-Usage: doxdox <path> [options]
+Usage: doxdox <path> ... [options]
131
132
Options:
133
bin/doxdox
@@ -30,7 +30,7 @@ if (args.flags['--version'] || args.flags['-v']) {
30
} else if (!args.inputs.length || args.flags['--help'] || args.flags['-h']) {
31
32
process.stdout.write(`
33
-${chalk.blue(' Usage:')} doxdox <path> [options]
+${chalk.blue(' Usage:')} doxdox <path> ... [options]
34
35
36
0 commit comments