Bug 5590 - info auxv's -verbose not listed in help
Summary: info auxv's -verbose not listed in help
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 5572
  Show dependency treegraph
 
Reported: 2008-01-09 19:26 UTC by Andrew Cagney
Modified: 2008-01-10 16:55 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 Andrew Cagney 2008-01-09 19:26:25 UTC
Something wierd, contrast:

(fhpd) help info auxv
auxv [-verbose]
Print out the process auxiliary data for this process.
(fhpd) info auxv -help
auxv [-verbose]
Print out the process auxiliary data for this process.

with:

(fhpd) help print
print expression [-format d|o|x|t] -option ...; where options are:  -format    
print format
  -location     print the expression's location
  -raw  print the expression's raw value

(ignoring the poor output :-), notice how the options are listed as a table and
this is missing from the <<info auxv>> command.
Comment 1 Phil Muldoon 2008-01-10 16:55:34 UTC
2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>

	* ParameterizedCommand.java (help): Print help if longCommands >0 ! >1.
	Seperate options from help text.