From: Juergen Gross Date: Thu, 31 Mar 2011 18:27:40 +0000 (+0100) Subject: tools: xenstored: make usage info of xenstored accurate X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=825bc99c9df68bccf55abaea19e6da16d9a292aa;p=xen.git 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 --- 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"