http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=203
Summary: xenconsoled has no help, but says it does
Product: Xen
Version: unstable
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Tools
AssignedTo: xen-...@lists.xensource.com
ReportedBy: pl...@us.ibm.com
CC: hohn...@us.ibm.com
I was trying to see if xenconsoled had any options for logging, debugging etc.
for debugging another problem I'm having and ran into this annoying little
thing:
lamb6:~# xenconsoled -d
xenconsoled: invalid option -- d
Try `xenconsoled --help' for more information
lamb6:~# xenconsoled --help
lamb6:~#
So when I try an invalid option, xenconsoled actually recommends I try it with
--help, but when you call it with --help, you get nothing. Obvious, trivial,
but annoying.