diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-29 15:59:17 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-29 15:59:17 (GMT) |
commit | 25d86f39b6aa7e5b521a0fe7a241ff588c7b77fc (patch) | |
tree | 921419969d10def4610ac51393347ae96ceb5606 /tools/h5repack/h5repack_main.c | |
parent | d7d5fce2bc2542cc19db857f253451bb63830712 (diff) | |
download | hdf5-25d86f39b6aa7e5b521a0fe7a241ff588c7b77fc.zip hdf5-25d86f39b6aa7e5b521a0fe7a241ff588c7b77fc.tar.gz hdf5-25d86f39b6aa7e5b521a0fe7a241ff588c7b77fc.tar.bz2 |
[svn-r14305] updated comments
tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack_main.c')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index 73f2a9a..8221317 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -77,6 +77,8 @@ static struct long_options l_opts[] = { * Add "-L, --latest" option to pack a file with the latest file format * PVN, November 19, 2007 * adopted the syntax h5repack [OPTIONS] file1 file2 + * PVN, November 28, 2007 + * added support for multiple global filters *------------------------------------------------------------------------- */ int main(int argc, char **argv) |