aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
diff options
context:
space:
mode:
authorJuergen Gross <juergen.gross@ts.fujitsu.com>2011-03-31 19:27:40 +0100
committerJuergen Gross <juergen.gross@ts.fujitsu.com>2011-03-31 19:27:40 +0100
commit825bc99c9df68bccf55abaea19e6da16d9a292aa (patch)
treea38bf2c23f7e5ddb1b0a2cef76ddeb02a36d8f1a /tools/xenstore
parent0021f2b8d6bad056f3b9d0c3afef25fbf5a23f2d (diff)
downloadxen-825bc99c9df68bccf55abaea19e6da16d9a292aa.tar.gz
xen-825bc99c9df68bccf55abaea19e6da16d9a292aa.tar.bz2
xen-825bc99c9df68bccf55abaea19e6da16d9a292aa.zip
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 <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenstore')
-rw-r--r--tools/xenstore/xenstored_core.c2
1 files changed, 1 insertions, 1 deletions
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 <file> giving the file for logging, and\n"
" --entry-nb <nb> limit the number of entries per domain,\n"
" --entry-size <size> limit the size of entry per domain, and\n"
-" --entry-watch <nb> limit the number of watches per domain,\n"
+" --watch-nb <nb> limit the number of watches per domain,\n"
" --transaction <nb> 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"