Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2023 08:05:07 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: bf6280a74400 - stable/13 - uuidgen(1): fix another typo
Message-ID:  <202303060805.326857CS086949@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bapt:

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

commit bf6280a744005f4da2ba3061b8c51bcc505abf3f
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-03-06 08:03:32 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-03-06 08:04:54 +0000

    uuidgen(1): fix another typo
    
    (cherry picked from commit 4cd30c640db978355cf2da666e2749189babda5e)
---
 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303060805.326857CS086949>