diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-01-13 21:03:45 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-01-13 21:03:45 (GMT) |
commit | 164ecb187fc3a998fca547c7aa4e2f190a2f8ce5 (patch) | |
tree | a9ec6ad86203d295c6296e11bbfaab0e25e1b617 /tools/h5repack | |
parent | 108699a7a8e3fd459cf29ac1dea9a9623de9a561 (diff) | |
download | hdf5-164ecb187fc3a998fca547c7aa4e2f190a2f8ce5.zip hdf5-164ecb187fc3a998fca547c7aa4e2f190a2f8ce5.tar.gz hdf5-164ecb187fc3a998fca547c7aa4e2f190a2f8ce5.tar.bz2 |
[svn-r16301] Add a mention to the usage that the default minimum size for compression is 1024 bytes
M - is an integer greater than 1, size of dataset in bytes (default is 1024)
#bgz 1426
tested: windows, linux
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 8fd2046..f55bd2e 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -183,7 +183,7 @@ static void usage(const char *prog) printf("\n"); - printf(" M - is an integer greater than 1, size of dataset in bytes \n"); + printf(" M - is an integer greater than 1, size of dataset in bytes (default is 1024) \n"); printf(" E - is a filename.\n"); printf(" S - is an integer\n"); printf(" U - is a filename.\n"); |