]> xenbits.xensource.com Git - libvirt.git/commit
virsh: add aliases 'boot', 'stop', and 'restart'
authorEric Blake <eblake@redhat.com>
Mon, 5 Nov 2012 19:54:59 +0000 (12:54 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 6 Nov 2012 15:03:48 +0000 (08:03 -0700)
commitff86b0c97b0525a2cd26048a0dbf16e600aaeb7b
tree5b1e6e00abf43f9bf85e29ce1c0c89dc673ff997
parentfb58f8e2a4c4ab619eab3860b263110a5bd9010f
virsh: add aliases 'boot', 'stop', and 'restart'

https://bugzilla.redhat.com/show_bug.cgi?id=873344 suggested that
the grouping 'boot', 'shutdown', 'reboot'; as well as the grouping
'start', 'stop', 'restart'; might be easier to remember than the
current mix of 'start', 'shutdown', 'reboot'.

Also, touch up the wording of 'reboot' to be more accurate.

* tools/virsh-domain.c (domManagementCmds): Add other command names.
* tools/virsh.pod (start, shutdown, reboot): Document the aliases.
tools/virsh-domain.c
tools/virsh.pod