diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-06 18:30:30 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-06 18:30:30 (GMT) |
commit | 45878f9a8adac2d93c8a6ba42e09fff043d41adb (patch) | |
tree | 514ef450cf36168b6d7283473a73f11928f839fd /tools/h5repack/h5repack.c | |
parent | fde9bbabc4c2c74bb127ee1a1d29ef70e4dcbf74 (diff) | |
download | hdf5-45878f9a8adac2d93c8a6ba42e09fff043d41adb.zip hdf5-45878f9a8adac2d93c8a6ba42e09fff043d41adb.tar.gz hdf5-45878f9a8adac2d93c8a6ba42e09fff043d41adb.tar.bz2 |
[svn-r8311] Purpose:
cleaned some comments and printfs
Description:
Solution:
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r-- | tools/h5repack/h5repack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index afd8efa..f980e3e 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -119,7 +119,7 @@ int h5repack_end (pack_opt_t *options) * Function: h5repack_addfilter * * Purpose: add a compression -f option to table - * Example: -f "dset:GZIP=6" + * Example: -f dset:GZIP=6 * * Return: 0, ok, -1, fail * |