]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: suppress aliases in group help
authorEric Blake <eblake@redhat.com>
Fri, 26 Apr 2013 10:20:29 +0000 (04:20 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 26 Apr 2013 11:45:11 +0000 (05:45 -0600)
commit117dc4cc8a8993334e8ec512fde40e3f8916da69
tree7ac6eba1d7e880bf8b341a7e3efc59d025e6e6f3
parentf0bd70a940de690216c538b0ab1b71c8a7d2fbb6
virsh: suppress aliases in group help

'virsh help | grep nodedev-det' shows only nodedev-detach, but
'virsh help nodedev | grep nodedev-det' also shows the old alias
nodedev-dettach that we intentionally hid in commit af3f9aab.

See also commit 787f4fe and this bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=956966

* tools/virsh.c (vshCmdGrpHelp): Copy suppression of vshCmdHelp.

Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh.c