From 9a91f3d9cc3e538542718641be0858e126fb0e52 Mon Sep 17 00:00:00 2001
From: Greg Price <price@mit.edu>
Date: Sun, 29 Jun 2008 00:42:32 -0400
Subject: [PATCH] document listhost in help

svn path=/trunk/packages/sipb-xen-remote-server/; revision=663
---
 files/usr/sbin/sipb-xen-remctl-help |    1 +
 1 file changed, 1 insertion(+)

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)'),
-- 
1.7.9.5