diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-28 20:58:51 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-28 20:58:51 (GMT) |
commit | eed4c76fec2b6ebd6abe0ddccf9ba9becc2b9314 (patch) | |
tree | 79495d53ee3e68a952450bf1e4ba2b7f8efb78ea | |
parent | 1b645ffd9177610c42d41c0dffbb7237154b9dad (diff) | |
download | hdf5-eed4c76fec2b6ebd6abe0ddccf9ba9becc2b9314.zip hdf5-eed4c76fec2b6ebd6abe0ddccf9ba9becc2b9314.tar.gz hdf5-eed4c76fec2b6ebd6abe0ddccf9ba9becc2b9314.tar.bz2 |
[svn-r14300] new feature: add a mention of multiple filters use in usage
tested: windows, linux
-rw-r--r-- | tools/h5repack/h5repack_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
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"); } |