Skip to content

Commit 59d49b9

Browse files
committed
chore: update help
1 parent 93b6bed commit 59d49b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { main } from './main'
55

66
program
77
.option('-o, --output <path>', 'output path.')
8-
.option('-i, --include <path>', 'include path to glob.')
9-
.option('-e, --exclude <path>', 'exclude path to glob.')
8+
.option('-i, --include <path>', 'include path (glob pattern).')
9+
.option('-e, --exclude <path>', 'exclude path (glob pattern).')
1010
.parse(process.argv)
1111

1212
const options = program.opts<Options>()

0 commit comments

Comments
 (0)