From eed4c76fec2b6ebd6abe0ddccf9ba9becc2b9314 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 28 Nov 2007 15:58:51 -0500 Subject: [svn-r14300] new feature: add a mention of multiple filters use in usage tested: windows, linux --- tools/h5repack/h5repack_main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 22b1709..73f2a9a 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -218,6 +218,10 @@ 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("\n"); + printf(" Add both filters GZIP and SHUF to all datasets\n"); + printf("\n"); } -- cgit v0.12