From: Greg Price Date: Sun, 29 Jun 2008 04:42:32 +0000 (-0400) Subject: document listhost in help X-Git-Tag: sipb-xen-remote-server/0.2~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/commitdiff_plain/9a91f3d9cc3e538542718641be0858e126fb0e52 document listhost in help svn path=/trunk/packages/sipb-xen-remote-server/; revision=663 --- diff --git a/files/usr/sbin/sipb-xen-remctl-help b/files/usr/sbin/sipb-xen-remctl-help index e497d29..d390a65 100755 --- a/files/usr/sbin/sipb-xen-remctl-help +++ b/files/usr/sbin/sipb-xen-remctl-help @@ -7,6 +7,7 @@ import sys help = [ ('list', 'show your VM\'s state (with xm list)'), + ('listhost', 'show on what host, if any, your VM is running'), ('list-long', 'show your VM\'s state as an sexp (with xm list --long)'), ('vcpu-list', 'show your VM\'s state (with xm vcpu-list)'), ('uptime', 'show your VM\'s state (with xm uptime)'),