Skip to content

Commit

Permalink
README.md: change the nanoidgen(1) usage style
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent 14e2af2 commit 6ea9ec3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ See the PDF manual at <https://lukateras.github.io/nanoid.h/man.pdf>.

### [`nanoidgen(1)`][]

Usage: `nanoidgen [length]`
```
$ nanoidgen [length]
```

Generates a Nano ID of the default length, or the specified length within 1 and
256, and prints it to the standard output.
Expand Down
4 changes: 3 additions & 1 deletion openbsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ See the PDF manual at <https://lukateras.github.io/nanoid.h/openbsd/man.pdf>.

### [`nanoidgen(1)`][]

Usage: `nanoidgen [length]`
```
$ nanoidgen [length]
```

Generates a Nano ID of the default length, or the specified length within 1 and
256, and prints it to the standard output.
Expand Down

0 comments on commit 6ea9ec3

Please sign in to comment.