git: bf6280a74400 - stable/13 - uuidgen(1): fix another typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 08:05:07 UTC
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.