Set the default item in a menu box.
Normally the first item in the box is the default.
.TP
-.B \-\-fb
+\fB\-\-fb\fR, \fB\-\-fullbuttons\fR
Use full buttons. (By default,
.B whiptail
uses compact buttons).
the item strings. The menu widget still needs some items specified,
but checklist and radiolist expect only tag and status.
.TP
+.B \-\-notags
+Don't display tags in the menu, checklist and radiolist widgets.
+.TP
.BI \-\-separate\-output
For checklist widgets, output result one line at a time, with no
quoting. This facilitates parsing by another program.
.BI \-\-topleft
Put window in top-left corner.
.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print a help message and exit.
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Print version information and exit.
+.TP
.B Box Options
.TP
.BI \-\-yesno " text height width"
"\t--clear clear screen on exit\n"
"\t--defaultno default no button\n"
"\t--default-item <string> set default string\n"
- "\t--fb use full buttons\n"
+ "\t--fb, --fullbuttons use full buttons\n"
"\t--nocancel no cancel button\n"
"\t--yes-button <text> set text of yes button\n"
"\t--no-button <text> set text of no button\n"
"\t--ok-button <text> set text of ok button\n"
"\t--cancel-button <text> set text of cancel button\n"
- "\t--noitem display tags only\n"
+ "\t--noitem don't display items\n"
+ "\t--notags don't display tags\n"
"\t--separate-output output one line at a time\n"
"\t--output-fd <fd> output to fd, not stdout\n"
"\t--title <title> display title\n"
"\t--backtitle <backtitle> display backtitle\n"
"\t--scrolltext force vertical scrollbars\n"
- "\t--topleft put window in top-left corner\n\n"));
+ "\t--topleft put window in top-left corner\n"
+ "\t-h, --help print this message\n"
+ "\t-v, --version print version information\n\n"));
exit(err ? DLG_ERROR : 0 );
}