git: 4cd30c640db9 - main - uuidgen(1): fix another typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 08:03:56 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=4cd30c640db978355cf2da666e2749189babda5e commit 4cd30c640db978355cf2da666e2749189babda5e 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: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.