# HG changeset patch # User Juergen Gross # Date 1301491298 -7200 # Node ID 28cb7c59be51b202213b4855a8acddd2377547c4 # Parent 45eeeb6d0481efaab2a59941e1b8e061aead37d4 Let usage info of xenstored reflect parameter definitions The usage printed for xenstored was not in sync with the parameters defined in the code. Signed-off-by: juergen.gross@xxxxxxxxxxxxxx diff -r 45eeeb6d0481 -r 28cb7c59be51 tools/xenstore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Tue Mar 29 16:34:01 2011 +0100 +++ b/tools/xenstore/xenstored_core.c Wed Mar 30 15:21:38 2011 +0200 @@ -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"