Fix Nelson's other request - make both "list-host" and "listhost"
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-remctl-help
index 4f71e99..2295f77 100755 (executable)
@@ -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)'),