From 129ef4da90c20cf36661ca655f7d0fba34113dfe Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Thu, 29 Nov 2007 15:51:32 -0500 Subject: [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 --- tools/h5repack/h5repack_main.c | 4 ++-- 1 file 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"); } -- cgit v0.12