• E
    virsh: simplify top-level option parsing · 5405cffc
    Eric Blake 提交于
    This makes 'virsh --conn test:///default help help' work right;
    previously, the abbreviation confused our hand-rolled option parsing.
    
    * tools/virsh.c (vshParseArgv): Use getopt_long feature, rather
    than (incorrectly) reparsing options ourselves.
    5405cffc
virsh.c 312.6 KB