Bug 1319794

Summary: Incorrect man page information about notags whiptail option
Product: [Fedora] Fedora Reporter: Lukas Zapletal <lzap>
Component: newtAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mlichvar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-23 11:35:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Man correction none

Description Lukas Zapletal 2016-03-21 14:27:26 UTC
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

Comment 1 Miroslav Lichvar 2016-03-23 11:35:06 UTC
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.