From fdc9fc9b583141719e26d38f9867447e9ec0ba5c Mon Sep 17 00:00:00 2001 From: Lon Hohberger Date: Thu, 14 Jan 2010 16:05:57 -0500 Subject: [PATCH] Add missing 'metadata' option to help text Signed-off-by: Lon Hohberger --- client/options.c | 4 ++-- man/fence_virt.8 | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/client/options.c b/client/options.c index 39e6912..7f9bc19 100644 --- a/client/options.c +++ b/client/options.c @@ -403,12 +403,12 @@ static struct arg_info _arg_info[] = { { '\xff', NULL, "option", /* Deprecated */ 0, "string", "reboot", - "Fencing option (null, off, on, [reboot], status, hostlist, devstatus)", + "Fencing option (null, off, on, [reboot], status, hostlist, devstatus, metadata)", assign_op }, { 'o', "-o ", "action", 0, "string", "reboot", - "Fencing action (null, off, on, [reboot], status, hostlist, devstatus)", + "Fencing action (null, off, on, [reboot], status, hostlist, devstatus, metadata)", assign_op }, { 'H', "-H ", "domain", diff --git a/man/fence_virt.8 b/man/fence_virt.8 index 862aa9a..2533151 100644 --- a/man/fence_virt.8 +++ b/man/fence_virt.8 @@ -37,7 +37,7 @@ Virtual machine (domain name) to fence .TP .B -o . -Fencing action (null, off, on, reboot, status, devstatus, or hostlist) (Default Value: reboot) +Fencing action (null, off, on, reboot, status, devstatus, hostlist, or metadata) (Default Value: reboot). See the FENCING ACTIONS section. .TP .B -t @@ -139,7 +139,7 @@ Virtual machine (domain name) to fence .TP .B action . -Fencing action to perform (See FENCING ACTIONS section) +Fencing action (null, off, on, reboot, status, devstatus, hostlist, or metadata) (Default Value: reboot). See the FENCING ACTIONS section. .TP .B timeout @@ -247,5 +247,9 @@ Check the health of fence_virtd. List virtual machines which may be fenced by fence_virtd (not supported on all backends). +.TP +\fBmetadata \fP +Print XML metadata to standard output. + .SH SEE ALSO fence_virtd(8), fence(8), fence_virtd.conf(5)