Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/nanoid.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
-h, --help Show this help

Examples
$ nano --s 15
$ nanoid --s 15
S9sBF77U6sDB8Yg

$ nano --size 10 --alphabet abc
$ nanoid --size 10 --alphabet abc
bcabababca`)
process.exit()
}
Expand Down