summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_main.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-21 20:59:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-21 20:59:49 (GMT)
commit8c14af82c61f50146a6c5646c2320a08d09dc32d (patch)
tree7916e0f37752894768994143d6723a124db34561 /tools/h5repack/h5repack_main.c
parent6bc36a0c46a9864ae580ca43f00d3f4ec3e28147 (diff)
downloadhdf5-8c14af82c61f50146a6c5646c2320a08d09dc32d.zip
hdf5-8c14af82c61f50146a6c5646c2320a08d09dc32d.tar.gz
hdf5-8c14af82c61f50146a6c5646c2320a08d09dc32d.tar.bz2
[svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff.
Tested local linux with CMake
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r--tools/h5repack/h5repack_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 921b390..ff38068 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -180,7 +180,7 @@ static void usage(const char *prog)
printf("\n");
- printf(" M - is an integer greater than 1, size of dataset in bytes (default is 1024) \n");
+ printf(" M - is an integer greater than 1, size of dataset in bytes (default is 0) \n");
printf(" E - is a filename.\n");
printf(" S - is an integer\n");
printf(" U - is a filename.\n");