summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-20 21:45:38 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-20 21:45:38 (GMT)
commitdd17a83e6edc6aeab33bb2c830e49099fb4ff55b (patch)
tree0266baa644616668674514610002e13e74cfefcb /tools
parent3176090a0381967a6c2e4fdd22fd203bb335ed7a (diff)
downloadhdf5-dd17a83e6edc6aeab33bb2c830e49099fb4ff55b.zip
hdf5-dd17a83e6edc6aeab33bb2c830e49099fb4ff55b.tar.gz
hdf5-dd17a83e6edc6aeab33bb2c830e49099fb4ff55b.tar.bz2
[svn-r8909] Purpose:
update 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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index 442af99..6bca10e 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");
@@ -187,3 +187,4 @@ void usage(void)
}
+