diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-09 20:04:47 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-01-09 20:04:47 (GMT) |
commit | 2f51e3c16a6a2fa00d0ffd0b9ad994df97d4160a (patch) | |
tree | d1e78169df93c42c6f435a1de74dff66964a34db /tools/testfiles/tcomp-2.ddl | |
parent | d2c9b6d8d99a83246d7b278688676820b3abb2a0 (diff) | |
download | hdf5-2f51e3c16a6a2fa00d0ffd0b9ad994df97d4160a.zip hdf5-2f51e3c16a6a2fa00d0ffd0b9ad994df97d4160a.tar.gz hdf5-2f51e3c16a6a2fa00d0ffd0b9ad994df97d4160a.tar.bz2 |
[svn-r3249] Purpose:
New Feature
Description:
Changed the command line flags in the h5dumper so that they accept
both short and long flags. The flag syntax for some have changed
(I.e., object ids are no longer -v but -i and -header is now -H or
--header, etc.) A new function is added called get_options which can
be used for all other tools as well.
Had to change these output files to accept the correct flags.
Platforms tested:
Linux
Diffstat (limited to 'tools/testfiles/tcomp-2.ddl')
-rw-r--r-- | tools/testfiles/tcomp-2.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tcomp-2.ddl b/tools/testfiles/tcomp-2.ddl index ac978e5..0b6423f 100644 --- a/tools/testfiles/tcomp-2.ddl +++ b/tools/testfiles/tcomp-2.ddl @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5dump -t /type1 /type2 /group1/type3 tcompound.h5' +Expected output for 'h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tcompound.h5' ############################# HDF5 "tcompound.h5" { DATATYPE "/type1" H5T_COMPOUND { |