aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2023-03-06 08:03:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2023-03-06 08:03:52 +0000
commit4cd30c640db978355cf2da666e2749189babda5e (patch)
tree3758754f79b118fd1543536552c76100715df1ad
parent528d8e55c8d338e78fa4e6c9f182e8975f75199a (diff)
downloadsrc-4cd30c640db978355cf2da666e2749189babda5e.tar.gz
src-4cd30c640db978355cf2da666e2749189babda5e.zip
uuidgen(1): fix another typo
-rw-r--r--bin/uuidgen/uuidgen.12
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/uuidgen/uuidgen.1 b/bin/uuidgen/uuidgen.1
index da174f24a3ba..6d373cf3de41 100644
--- a/bin/uuidgen/uuidgen.1
+++ b/bin/uuidgen/uuidgen.1
@@ -55,7 +55,7 @@ to not generate them in batch, but one at a time.
.It Fl r
This option controls creation of random UUID (version 4).
.It Fl c
-This options controls creation of compact UUID (without hyphen).
+This option controls creation of compact UUID (without hyphen).
.It Fl n
This option controls the number of identifiers generated.
By default, multiple identifiers are generated in batch.