.SH SYNOPSIS
.B tmpdir
.RB [ \-bcv ]
-.RB [ \-g
-.IR group ]
.RB [ \-C
.IR dir ]
+.RB [ \-g
+.IR group ]
.SH USAGE
The
.B tmpdir
.SS Options
The following options are supported:
.TP
+.BI "\-C, \-\-check " dir
+Don't try to find a temporary directory; just see whether
+.I dir
+is secure, and exit successfully if it is (and unsuccessfully if it
+isn't).
+.TP
.B "\-b, \-\-bourne"
Output an assignment using Bourne shell syntax. The default is to
examine the user's shell and decide which syntax to use based on that.
.TP
.B "-v, \-\-verbose"
Report problems to standard error. Repeat for more verbosity.
-.TP
-.BI "\-C, \-\-check " dir
-Don't try to find a temporary directory; just see whether
-.I dir
-is secure, and exit successfully if it is (and unsuccessfully if it
-isn't).
.SH BUGS
None known.
.SH SEE ALSO