Skip to content

Commit 85991e3

Browse files
authored
fix: CLI help examples (#361)
1 parent 89d994c commit 85991e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/nanoid.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
2222
-h, --help Show this help
2323
2424
Examples
25-
$ nano --s 15
25+
$ nanoid --s 15
2626
S9sBF77U6sDB8Yg
2727
28-
$ nano --size 10 --alphabet abc
28+
$ nanoid --size 10 --alphabet abc
2929
bcabababca`)
3030
process.exit()
3131
}

0 commit comments

Comments
 (0)