# HG changeset patch # User Juergen Gross # Date 1301491037 -7200 # Node ID 9110c3f33bd0aaceaf0714d44acb02edd76d943b # Parent 1edabba1a196417f706845232f6e4020cac995f9 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 1edabba1a196 -r 9110c3f33bd0 tools/xenstore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Wed Mar 30 15:16:45 2011 +0200 +++ b/tools/xenstore/xenstored_core.c Wed Mar 30 15:17:17 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" -" --watch-nb limit the number of watches per domain,\n" +" --entry-watch 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"