diff options
| author | Warren Block <wblock@FreeBSD.org> | 2012-05-23 16:19:19 +0000 |
|---|---|---|
| committer | Warren Block <wblock@FreeBSD.org> | 2012-05-23 16:19:19 +0000 |
| commit | 7b9da807294161c9bddcfbbc438fd63389c9b8ec (patch) | |
| tree | 59ba70491c8d4198ebfc74d691c2955174fa6f38 /bin | |
| parent | 858b023a0733a6c8346d390be45b8469ceae054c (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/uuidgen/uuidgen.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/bin/uuidgen/uuidgen.1 b/bin/uuidgen/uuidgen.1 index 58dff699cecb..f793fb248cdf 100644 --- a/bin/uuidgen/uuidgen.1 +++ b/bin/uuidgen/uuidgen.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 7, 2005 +.Dd May 23, 2012 .Dt UUIDGEN 1 .Os .Sh NAME @@ -52,8 +52,11 @@ instructs to not generate them in batch, but one at a time. .It Fl n This option controls the number of identifiers generated. -By default, multiple -identifiers are generated in batch. +By default, multiple identifiers are generated in batch. +The upper hard limit is 2048 +.Po see +.Xr uuidgen 2 +.Pc . .It Fl o Redirect output to .Ar filename |
