diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-01-14 16:36:10 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-01-14 16:36:10 (GMT) |
commit | 127792fc31119f192f6016871dcab29acc8504b4 (patch) | |
tree | 7306f502b57f1debc2e9fde7eeac660776209a57 /tools/h5repack | |
parent | d496a1c71536ab7ceeff60256c9c0bdf00c4f941 (diff) | |
download | hdf5-127792fc31119f192f6016871dcab29acc8504b4.zip hdf5-127792fc31119f192f6016871dcab29acc8504b4.tar.gz hdf5-127792fc31119f192f6016871dcab29acc8504b4.tar.bz2 |
[svn-r16313] merge 16301
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 b5c47eb..1be8f4a 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -187,7 +187,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"); |