• E
    virsh: make -h always give help · 46e5d36b
    Eric Blake 提交于
    https://bugzilla.redhat.com/show_bug.cgi?id=817244 mentions that
    unlike most other tools, where --help or --version prevent all
    further parsing of all later options, virsh was strange in that
    --version stopped parsing but --help tried to plow on to the end.
    There was no rationale for this original implementation (since
    2005!), so I think we can safely conform to common usage patterns.
    
    * tools/virsh.c (main): Drop useless 'help' variable.
    46e5d36b
virsh.c 591.2 KB