summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-29 20:51:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-11-29 20:51:32 (GMT)
commit129ef4da90c20cf36661ca655f7d0fba34113dfe (patch)
tree014d7389d2b2a5e3137f6d47d780a75baaf004c3
parentc4c9f5cf0a9af960bcc024be9b4782e61c6dcc57 (diff)
downloadhdf5-129ef4da90c20cf36661ca655f7d0fba34113dfe.zip
hdf5-129ef4da90c20cf36661ca655f7d0fba34113dfe.tar.gz
hdf5-129ef4da90c20cf36661ca655f7d0fba34113dfe.tar.bz2
[svn-r14311] enhancement: change the usage example for multiple filters
to note that SHUF should be used before GZIP and that the order specified in command line is the order filters are applied tested: windows, linux
-rw-r--r--tools/h5repack/h5repack_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 116c6cf..45cc2db 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -228,9 +228,9 @@ static void usage(const char *prog)
printf(" Using latest file format with maximum compact group size of 10 and\n");
printf(" and minimum shared datatype size of 20\n");
printf("\n");
- printf("5) h5repack -f GZIP=1 -f SHUF file1 file2 \n");
+ printf("5) h5repack -f SHUF -f GZIP=1 file1 file2 \n");
printf("\n");
- printf(" Add both filters GZIP and SHUF to all datasets\n");
+ printf(" Add both filters SHUF and GZIP in this order to all datasets\n");
printf("\n");
}