Bug 5513 - info -help (MultiLevelCommand) does not understand -help passed to itself
Summary: info -help (MultiLevelCommand) does not understand -help passed to itself
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-20 11:28 UTC by Phil Muldoon
Modified: 2007-12-20 11:28 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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