Skip to content

Commit

Permalink
Fix command-line usage example. (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmich committed Nov 4, 2023
1 parent 2e6330d commit 1791b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nanoid.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
-h, --help Show this help
Examples
$ nanoid --s 15
$ nanoid -s 15
S9sBF77U6sDB8Yg
$ nanoid --size 10 --alphabet abc
Expand Down

0 comments on commit 1791b8a

Please sign in to comment.