Skip to content

Commit 2ca2150

Browse files
committed
Updated help output.
1 parent ac5c712 commit 2ca2150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ See <https://github.com/isaacs/minimatch#usage> for more information on how to u
127127
#### Help
128128

129129
```
130-
Usage: doxdox <path> [options]
130+
Usage: doxdox <path> ... [options]
131131
132132
Options:
133133

bin/doxdox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (args.flags['--version'] || args.flags['-v']) {
3030
} else if (!args.inputs.length || args.flags['--help'] || args.flags['-h']) {
3131

3232
process.stdout.write(`
33-
${chalk.blue(' Usage:')} doxdox <path> [options]
33+
${chalk.blue(' Usage:')} doxdox <path> ... [options]
3434
3535
Options:
3636

0 commit comments

Comments
 (0)