[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] cxenstored: document a bunch of short options in help string
commit 72ade132335b412edc7253f8099c63abdb13249c Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Mon Aug 10 09:00:17 2015 +0100 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Aug 13 10:24:02 2015 +0100 cxenstored: document a bunch of short options in help string Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/xenstore/xenstored_core.c | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c index 87cb715..25a548d 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 <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 <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" -" --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" -" --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 <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 <file> giving the file for logging, and\n" +" -E, --entry-nb <nb> limit the number of entries per domain,\n" +" -S, --entry-size <size> limit the size of entry per domain, and\n" +" -W, --watch-nb <nb> limit the number of watches per domain,\n" +" -t, --transaction <nb> 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"); } -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |