Bug 5513

Summary: info -help (MultiLevelCommand) does not understand -help passed to itself
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Phil Muldoon 2007-12-20 11:28:43 UTC
(fhpd) info -help
Error: Unknown command: -help

It (MultiLevelCommand) appears to be parsing -help as a command. Making
MultiLevelCommand extend ParameterizedCommand seems make it cannibalize options
meant for the sub-command

ie info auxv -verbose

in that instance it appears -verbose is being read as belonging to info, not auxv