diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-20 21:44:55 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-20 21:44:55 (GMT) |
commit | c157f8636889acb3fef0769512091f1d2749bdae (patch) | |
tree | 26f8506ef404c4234df555977ca75fa9cc88174b /tools | |
parent | c911905f27df9a23e1f4d2ced33771b7b8f14126 (diff) | |
download | hdf5-c157f8636889acb3fef0769512091f1d2749bdae.zip hdf5-c157f8636889acb3fef0769512091f1d2749bdae.tar.gz hdf5-c157f8636889acb3fef0769512091f1d2749bdae.tar.bz2 |
[svn-r8908] Purpose:
updated documentation and usage message
Description:
updated the html documentation for the new h5diff modes
added a section for h5repack
Solution:
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 442af99..d9c5e3a 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -131,7 +131,7 @@ int main(int argc, char **argv) static void usage(void) { - printf("h5repack -i input -o output [-h] [-v] [-f 'comp_info'] [-l 'chunk_info'][-m number][-e file] \n"); + printf("h5repack -i input -o output [-h] [-v] [-f 'filter'] [-l 'layout'][-m number][-e file] \n"); printf("\n"); printf("-i input Input HDF5 File\n"); printf("-o output Output HDF5 File\n"); |