X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-remote.git/blobdiff_plain/d9c91f069b5825d2c87e419d10c77850ecff7006..d7f33e5a8eba8e45cb5ad588a644a5482e82f7d4:/files/usr/sbin/sipb-xen-remctl-help diff --git a/files/usr/sbin/sipb-xen-remctl-help b/files/usr/sbin/sipb-xen-remctl-help index 2646fbd..2295f77 100755 --- a/files/usr/sbin/sipb-xen-remctl-help +++ b/files/usr/sbin/sipb-xen-remctl-help @@ -7,7 +7,7 @@ from invirt.config import structs as config help = [ ('list', 'show your VM\'s state (with xm list)'), - ('listhost', 'show on what host, if any, your VM is running'), + ('list-host', '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)'), @@ -15,7 +15,7 @@ help = [ ('shutdown', 'shut down your VM, softly if paravm (with xm shutdown)'), ('create', 'start up your VM (with xm create)'), ('reboot', 'reboot your VM (with xm destroy and xm create)'), - #also install + ('install', 'autoinstall your VM (takes a series of key=value pairs; \n\t\tvalid arguments include mirror, dist, arch, imagesize,\n\t\tand noinstall)'), #also CD images on create/reboot ] helpdict = dict(help)