aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-15 19:18:16 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-15 19:18:16 +0100
commit69a24feb16b721e6fa9dbbc9b02a10c54b34a013 (patch)
treecbacac088136ed83185a6a4a6940331c74040d1c
parent0f6e53853ed480808e4e6cb8ad04f24073e5a2dc (diff)
downloadxen-69a24feb16b721e6fa9dbbc9b02a10c54b34a013.tar.gz
xen-69a24feb16b721e6fa9dbbc9b02a10c54b34a013.tar.bz2
xen-69a24feb16b721e6fa9dbbc9b02a10c54b34a013.zip
xentrace: Add missing help option
Describe the --reserve-disk-space option in the xentrace help. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> xen-unstable changeset: 21164:c02cc832cb2d xen-unstable date: Tue Apr 13 18:19:33 2010 +0100
-rw-r--r--tools/xentrace/xentrace.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c
index db652a2283..dd5471a3e9 100644
--- a/tools/xentrace/xentrace.c
+++ b/tools/xentrace/xentrace.c
@@ -804,6 +804,9 @@ static void usage(void)
" -V, --version Print program version\n" \
" -M, --memory-buffer=b Copy trace records to a circular memory buffer.\n" \
" Dump to file on exit.\n" \
+" -r --reserve-disk-space=n Before writing trace records to disk, check to see\n" \
+" that after the write there will be at least n space\n" \
+" left on the disk.\n" \
"\n" \
"This tool is used to capture trace buffer data from Xen. The\n" \
"data is output in a binary format, in the following order:\n" \