diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-27 20:06:28 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-10-27 20:06:28 (GMT) |
commit | f08f9340a7cfb323f3565e63b1cfe0604e02b4e5 (patch) | |
tree | 8ff4202ed3f3dfa379c2f68dfafba220f80268e0 /windows/tools | |
parent | 64e96385de36e41834c7d7de23083ee8b250a579 (diff) | |
download | hdf5-f08f9340a7cfb323f3565e63b1cfe0604e02b4e5.zip hdf5-f08f9340a7cfb323f3565e63b1cfe0604e02b4e5.tar.gz hdf5-f08f9340a7cfb323f3565e63b1cfe0604e02b4e5.tar.bz2 |
[svn-r15969]
Introduced a new feature in the tools library regarding command line parsing
In the definition of arguments, an "*" means that the switch can or can not have an optional argument. This "*" is put in the code regarding the letter definition, and it is transparent to the user (e.g b* instead of the previous b: ), where ":" notes a required argument after the letter (and no ":" or "*" notes no argument, mandatory)
Used for the h5dump binary option -b
It can be now
1) -b (defaults to NATIVE)
2) - b NATIVE
3) - b FILE
4) -b LE
5) -b BE
Note: the keyword NATIVE replaces MEMORY
This feature (-b with no argument) was tested with the sequence of h5dump to binary (NATIVE) then h5import to generate an HDF5 file from the binary file and h5diff to compare the 2 HDF5 files
Tested: windows, linux
Diffstat (limited to 'windows/tools')
0 files changed, 0 insertions, 0 deletions