From: Wei Liu Date: Mon, 10 Aug 2015 08:00:17 +0000 (+0100) Subject: cxenstored: document a bunch of short options in help string X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2638 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72ade132335b412edc7253f8099c63abdb13249c;p=xen.git cxenstored: document a bunch of short options in help string Signed-off-by: Wei Liu Acked-by: Ian Campbell --- diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c index 87cb7151bd..25a548dc44 100644 --- a/tools/xenstore/xenstored_core.c +++ b/tools/xenstore/xenstored_core.c @@ -1886,21 +1886,21 @@ static void usage(void) "\n" "where options may include:\n" "\n" -" --no-domain-init to state that xenstored should not initialise dom0,\n" -" --pid-file giving a file for the daemon's pid to be written,\n" -" --help to output this message,\n" -" --no-fork to request that the daemon does not fork,\n" -" --output-pid to request that the pid of the daemon is output,\n" -" --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" -" --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" -" --internal-db store database in memory, not on disk\n" -" --preserve-local to request that /local is preserved on start-up,\n" -" --verbose to request verbose execution.\n"); +" -D, --no-domain-init to state that xenstored should not initialise dom0,\n" +" -F, --pid-file giving a file for the daemon's pid to be written,\n" +" -H, --help to output this message,\n" +" -N, --no-fork to request that the daemon does not fork,\n" +" -P, --output-pid to request that the pid of the daemon is output,\n" +" -T, --trace-file giving the file for logging, and\n" +" -E, --entry-nb limit the number of entries per domain,\n" +" -S, --entry-size limit the size of entry per domain, and\n" +" -W, --watch-nb limit the number of watches per domain,\n" +" -t, --transaction limit the number of transaction allowed per domain,\n" +" -R, --no-recovery to request that no recovery should be attempted when\n" +" the store is corrupted (debug only),\n" +" -I, --internal-db store database in memory, not on disk\n" +" -L, --preserve-local to request that /local is preserved on start-up,\n" +" -V, --verbose to request verbose execution.\n"); }