diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 19:38:34 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 19:38:34 (GMT) |
commit | 78898b38c0c8e33a6b9f3af95a7d706ae8c54dcd (patch) | |
tree | 981d95ee00ec3b4c0a5d0f3c9a86e99e6d8bac48 /tools/h5diff/h5diff_main.c | |
parent | f0e99ad5d034d7a453b77d37e7a8495ab2f3cc23 (diff) | |
download | hdf5-78898b38c0c8e33a6b9f3af95a7d706ae8c54dcd.zip hdf5-78898b38c0c8e33a6b9f3af95a7d706ae8c54dcd.tar.gz hdf5-78898b38c0c8e33a6b9f3af95a7d706ae8c54dcd.tar.bz2 |
[svn-r14267] enhancement: formatted h5diff usage
tested: linux
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index e7795c6..06d4d11 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -79,9 +79,9 @@ int main(int argc, const char *argv[]) print_info(&options); - /*------------------------------------------------------------------------- + /*------------------------------------------------------------------------- * exit code - * >0 if differences, 0 if no differences, <0 if error + * 1 if differences, 0 if no differences, -1 if error *------------------------------------------------------------------------- */ |