From 825bc99c9df68bccf55abaea19e6da16d9a292aa Mon Sep 17 00:00:00 2001 From: Juergen Gross Date: Thu, 31 Mar 2011 19:27:40 +0100 Subject: [PATCH] tools: xenstored: make usage info of xenstored accurate The usage printed for xenstored was not in sync with the parameters defined in the code. Signed-off-by: juergen.gross@ts.fujitsu.com Committed-by: Ian Jackson --- tools/xenstore/xenstored_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c index 1749740482..3b1955a5c0 100644 --- a/tools/xenstore/xenstored_core.c +++ b/tools/xenstore/xenstored_core.c @@ -1719,7 +1719,7 @@ static void usage(void) " --trace-file giving the file for logging, and\n" " --entry-nb limit the number of entries per domain,\n" " --entry-size limit the size of entry per domain, and\n" -" --entry-watch limit the number of watches per domain,\n" +" --watch-nb limit the number of watches per domain,\n" " --transaction limit the number of transaction allowed per domain,\n" " --no-recovery to request that no recovery should be attempted when\n" " the store is corrupted (debug only),\n" -- 2.30.2