From 8271e5bae9caa1b3a3a5cb8dc3800bbe2f26d3ac Mon Sep 17 00:00:00 2001 From: Ray Lu Date: Mon, 4 Apr 2022 21:40:32 -0500 Subject: Minor changes: changed the options --vfd-value-1 and --vfd-value-2 to --vfd-info-1 and --vfd-info-2; added the options for VFD in the help page. --- tools/src/h5diff/h5diff_common.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/tools/src/h5diff/h5diff_common.c b/tools/src/h5diff/h5diff_common.c index 452af3d..fba73a4 100644 --- a/tools/src/h5diff/h5diff_common.c +++ b/tools/src/h5diff/h5diff_common.c @@ -49,9 +49,9 @@ static struct h5_long_options l_opts[] = {{"help", no_arg, 'h'}, {"vol-name-2", require_arg, '5'}, {"vol-info-2", require_arg, '6'}, {"vfd-name-1", require_arg, '7'}, - {"vfd-value-1", require_arg, '8'}, + {"vfd-info-1", require_arg, '8'}, {"vfd-name-2", require_arg, '9'}, - {"vfd-value-2", require_arg, '0'}, + {"vfd-info-2", require_arg, '0'}, {NULL, 0, '\0'}}; static H5FD_onion_fapl_info_t onion_fa_g_1 = { @@ -720,6 +720,16 @@ usage(void) PRINTVALSTREAM(rawoutstream, " --vol-info-2 VOL-specific info to pass to the VOL connector used for\n"); PRINTVALSTREAM(rawoutstream, " opening the second HDF5 file specified\n"); + PRINTVALSTREAM(rawoutstream, + " --vfd-name-1 Name of the VFD driver to use for opening the first\n"); + PRINTVALSTREAM(rawoutstream, " HDF5 file specified\n"); + PRINTVALSTREAM(rawoutstream, + " --vfd-info-1 VFD-specific info to open the first HDF5 file specified\n"); + PRINTVALSTREAM(rawoutstream, + " --vfd-name-2 Name of the VFD driver to use for opening the second\n"); + PRINTVALSTREAM(rawoutstream, " HDF5 file specified\n"); + PRINTVALSTREAM(rawoutstream, + " --vfd-info-2 VFD-specific info to open the second HDF5 file specified\n"); PRINTVALSTREAM(rawoutstream, " --follow-symlinks\n"); PRINTVALSTREAM(rawoutstream, " Follow symbolic links (soft links and external links and compare the)\n"); -- cgit v0.12