The branch main has been updated by bapt:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4cd30c640db978355cf2da666e2749189babda5e

commit 4cd30c640db978355cf2da666e2749189babda5e
Author:     Baptiste Daroussin <b...@freebsd.org>
AuthorDate: 2023-03-06 08:03:32 +0000
Commit:     Baptiste Daroussin <b...@freebsd.org>
CommitDate: 2023-03-06 08:03:52 +0000

    uuidgen(1): fix another typo
---
 bin/uuidgen/uuidgen.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.

Reply via email to