cluster: STABLE3 - fence-agents: Fix xvm metadata handling

Lon Hohberger lon at fedoraproject.org
Fri Nov 13 23:30:33 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=a48bfaa5fc0d91b9fc97d490c32d264702a66779
Commit:        a48bfaa5fc0d91b9fc97d490c32d264702a66779
Parent:        2e16b0c329c418cc7070874bfd620795d2b22ee3
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Fri Nov 13 18:19:01 2009 -0500
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Fri Nov 13 18:19:01 2009 -0500

fence-agents: Fix xvm metadata handling

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 fence/agents/xvm/options.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fence/agents/xvm/options.c b/fence/agents/xvm/options.c
index 0e5d394..78ff013 100644
--- a/fence/agents/xvm/options.c
+++ b/fence/agents/xvm/options.c
@@ -357,12 +357,12 @@ static struct arg_info _arg_info[] = {
 
 	{ 'H', "-H <domain>", "domain",
 	  1, "string", NULL,
-	  "Xen host (domain name) to fence",
+	  "Virtual machine (domain name) to fence",
 	  assign_domain },
 
 	{ 'u', "-u", "use_uuid",
 	  0, "string", NULL,
-	  "Treat <domain> as UUID instead of domain name",
+	  "Treat 'domain' as UUID instead of domain name",
 	  assign_uuid_lookup },
 
 	{ 't', "-t <timeout>", "timeout",


More information about the cluster-commits mailing list