From 6ea9ec3bd313f2002d285ff4c972eec9261173d8 Mon Sep 17 00:00:00 2001 From: Luka Teras Date: Fri, 3 Jan 2025 00:40:11 +0000 Subject: [PATCH] `README.md`: change the `nanoidgen(1)` usage style --- README.md | 4 +++- openbsd/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff4db7c..aef26b3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ See the PDF manual at . ### [`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. diff --git a/openbsd/README.md b/openbsd/README.md index 16afbe5..0d93131 100644 --- a/openbsd/README.md +++ b/openbsd/README.md @@ -90,7 +90,9 @@ See the PDF manual at . ### [`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.