cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] fence_kdump: Fix metadata
@ 2011-08-01 19:33 Lon Hohberger
  2011-08-02 16:03 ` Ryan O'Hara
  0 siblings, 1 reply; 2+ messages in thread
From: Lon Hohberger @ 2011-08-01 19:33 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Having duplicate "verbose" parameters is not valid.

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

diff --git a/fence/agents/kdump/fence_kdump.c b/fence/agents/kdump/fence_kdump.c
index 8fdb681..2844a3e 100644
--- a/fence/agents/kdump/fence_kdump.c
+++ b/fence/agents/kdump/fence_kdump.c
@@ -230,7 +230,7 @@ do_action_metadata (const char *self)
              "Print version");
     fprintf (stdout, "\t</parameter>\n");
 
-    fprintf (stdout, "\t<parameter name=\"verbose\" unique=\"1\" required=\"0\">\n");
+    fprintf (stdout, "\t<parameter name=\"usage\" unique=\"1\" required=\"0\">\n");
     fprintf (stdout, "\t\t<getopt mixed=\"-h, --help\" />\n");
     fprintf (stdout, "\t\t<content type=\"boolean\" />\n");
     fprintf (stdout, "\t\t<shortdesc lang=\"en\">%s</shortdesc>\n",
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Cluster-devel] [PATCH] fence_kdump: Fix metadata
  2011-08-01 19:33 [Cluster-devel] [PATCH] fence_kdump: Fix metadata Lon Hohberger
@ 2011-08-02 16:03 ` Ryan O'Hara
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan O'Hara @ 2011-08-02 16:03 UTC (permalink / raw)
  To: cluster-devel.redhat.com


ACK.

On Mon, Aug 01, 2011 at 03:33:50PM -0400, Lon Hohberger wrote:
> Having duplicate "verbose" parameters is not valid.
> 
> Signed-off-by: Lon Hohberger <lhh@redhat.com>
> ---
>  fence/agents/kdump/fence_kdump.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fence/agents/kdump/fence_kdump.c b/fence/agents/kdump/fence_kdump.c
> index 8fdb681..2844a3e 100644
> --- a/fence/agents/kdump/fence_kdump.c
> +++ b/fence/agents/kdump/fence_kdump.c
> @@ -230,7 +230,7 @@ do_action_metadata (const char *self)
>               "Print version");
>      fprintf (stdout, "\t</parameter>\n");
>  
> -    fprintf (stdout, "\t<parameter name=\"verbose\" unique=\"1\" required=\"0\">\n");
> +    fprintf (stdout, "\t<parameter name=\"usage\" unique=\"1\" required=\"0\">\n");
>      fprintf (stdout, "\t\t<getopt mixed=\"-h, --help\" />\n");
>      fprintf (stdout, "\t\t<content type=\"boolean\" />\n");
>      fprintf (stdout, "\t\t<shortdesc lang=\"en\">%s</shortdesc>\n",
> -- 
> 1.7.3.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-02 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 19:33 [Cluster-devel] [PATCH] fence_kdump: Fix metadata Lon Hohberger
2011-08-02 16:03 ` Ryan O'Hara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).