diff options
author | des <des@FreeBSD.org> | 2003-10-10 21:04:14 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-10-10 21:04:14 +0000 |
commit | 25458fa495eaa7f1b603000671db1e80953a36bb (patch) | |
tree | b5fb622743adf225a4b95eaaace8f3d3edcec0ed /tools | |
parent | 4d9f6dfda8105c03cf04b2c081036b893f3bd8f5 (diff) | |
download | FreeBSD-src-25458fa495eaa7f1b603000671db1e80953a36bb.zip FreeBSD-src-25458fa495eaa7f1b603000671db1e80953a36bb.tar.gz |
Document the -h option.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/tinderbox.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/tinderbox.1 b/tools/tools/tinderbox/tinderbox.1 index 19eb336..fd33ad0 100644 --- a/tools/tools/tinderbox/tinderbox.1 +++ b/tools/tools/tinderbox/tinderbox.1 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 23, 2003 +.Dd October 10, 2003 .Dt TINDERBOX 1 .Os .Sh NAME @@ -78,6 +78,13 @@ As a special case, the value .Dq today corresponds to midnight UTC the day the run starts. The default is to use the top of whichever branch was specified. +.It Fl h Ar NAME , Fl -hostname Ns = Ns Ar NAME +The name of the host running the tinderbox. +This defaults to the name reported by the +.Fl n +option of the +.Xr uname 1 +command, and is only used for cosmetic purposes. .It Fl j Ar NUM , Fl -jobs Ns = Ns Ar NUM The maximum number of paralell jobs, as specified to .Xr make 1 |