mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
5e69ec06ff
Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive. Description: Fixed h5diff to display instructive error message and exit with 1 when mutually exclusive options (-d, -p and --use-system-epsilon) are used together. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
h5diff error: -d, -p and --use-system-epsilon options are mutually-exclusive;
|
|
use no more than one.
|
|
Try '-h' or '--help' option for more information or see the h5diff entry in the 'HDF5 Reference Manual'.
|
|
EXIT CODE: 1
|