Hide Forgot
Created attachment 1138613 [details] Man correction diff --git a/whiptail.1 b/whiptail.1 index ea212a8..de1d082 100644 --- a/whiptail.1 +++ b/whiptail.1 @@ -118,7 +118,7 @@ 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. +Don't display tags in the menu. .TP .BI \-\-separate\-output For checklist widgets, output result one line at a time, with no
Instead of fixing the man page I though I'd add support for --notags in the checklist and radiolist widgets. This will be in newt-0.52.19. https://git.fedorahosted.org/cgit/newt.git/commit/?id=52b75483bc16e34336464c8fc3ff2b80ecafcda4 Thanks for the report.