diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-26 18:51:06 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-26 18:51:06 (GMT) |
commit | f13c6b5ddbdab2dd989085e6b7514d070327db22 (patch) | |
tree | ccb68793609e4ac1b1ed7a7c81ceb71b4a654d9d | |
parent | 081a7cccf60d18d9ed9cf35b50f9093f257b2bbd (diff) | |
download | hdf5-f13c6b5ddbdab2dd989085e6b7514d070327db22.zip hdf5-f13c6b5ddbdab2dd989085e6b7514d070327db22.tar.gz hdf5-f13c6b5ddbdab2dd989085e6b7514d070327db22.tar.bz2 |
[svn-r14291] enhancement: clarify the usage of the -m option
tested: windows, linux, solaris
-rw-r--r-- | tools/h5repack/h5repack_main.c | 4 |
1 files 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(" <dspace|dtype|fill|pline|attr>\n"); |