summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_main.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-08-25 15:57:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-08-25 15:57:14 (GMT)
commit0c8cee593ff5907958fbe89de8a3bf6d1fe5b039 (patch)
tree32650b9979f7abf86b90215f3244ab74ed2df6e4 /tools/h5repack/h5repack_main.c
parent769daf5479e7dc476611981317869ad27cb2c621 (diff)
downloadhdf5-0c8cee593ff5907958fbe89de8a3bf6d1fe5b039.zip
hdf5-0c8cee593ff5907958fbe89de8a3bf6d1fe5b039.tar.gz
hdf5-0c8cee593ff5907958fbe89de8a3bf6d1fe5b039.tar.bz2
[svn-r15526] userblock options
only write the user block of a pre-existing file with user block in case there is no input user block file tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r--tools/h5repack/h5repack_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c
index db0a87b..c949732 100644
--- a/tools/h5repack/h5repack_main.c
+++ b/tools/h5repack/h5repack_main.c
@@ -87,7 +87,7 @@ static struct long_options l_opts[] = {
* PVN, May 16, 2008
* added backward compatibility for -i infile -o outfile
* PVN, August 20, 2008
- * add a user block to file if requested (new switches -u -b)
+ * add a user block to repacked file (switches -u -b)
*-------------------------------------------------------------------------
*/
int main(int argc, char **argv)