From f13c6b5ddbdab2dd989085e6b7514d070327db22 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 26 Nov 2007 13:51:06 -0500 Subject: [svn-r14291] enhancement: clarify the usage of the -m option tested: windows, linux, solaris --- tools/h5repack/h5repack_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 6f65bc9..48662aa 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -528,14 +528,14 @@ static void usage(const char *prog) printf(" -c L1, --compact=L1 Maximum number of links in header messages\n"); printf(" -i L2, --indexed=L2 Minimum number of links in the indexed format\n"); printf(" -s S[:F], --ssize=S[:F] Shared object header message minimum size\n"); - printf(" -m T, --threshold=T Do not apply the filter to objects smaller than T\n"); + printf(" -m T, --threshold=T Do not apply the filter to datasets smaller than T\n"); printf(" -e M, --file=M Name of file M with the -f and -l options\n"); printf(" -f FILT, --filter=FILT Filter type\n"); printf(" -l LAYT, --layout=LAYT Layout type\n"); printf("\n"); - printf(" T - is an integer greater than 1\n"); + printf(" T - is an integer greater than 1, size of dataset in bytes \n"); printf(" M - is a filename.\n"); printf(" F - is the shared object header message type, any of\n"); printf(" \n"); -- cgit v0.12