HDFFV-8745 merge h5diff attribute fix

This commit is contained in:
Allen Byrne
2018-01-11 09:13:05 -06:00
parent dbe9c9f7dc
commit f514861864
34 changed files with 3787 additions and 3171 deletions

View File

@@ -115,14 +115,17 @@ void parse_command_line(int argc,
default:
usage();
h5diff_exit(EXIT_FAILURE);
break;
case 'h':
usage();
h5diff_exit(EXIT_SUCCESS);
break;
case 'V':
print_version(h5tools_getprogname());
h5diff_exit(EXIT_SUCCESS);
break;
case 'v':
opts->m_verbose = 1;