Skip to content

Commit

Permalink
Update h5dump testfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jun 20, 2023
1 parent 6cf9505 commit b6183ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ usage(const char *prog)
PRINTVALSTREAM(rawoutstream,
" --vol-info VOL-specific info to pass to the VOL connector used for\n");
PRINTVALSTREAM(rawoutstream, " opening the HDF5 file specified\n");
PRINTVALSTREAM(rawoutstream,
" If none of the above options are used to specify a VOL, then\n");
PRINTVALSTREAM(rawoutstream,
" the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.\n");
PRINTVALSTREAM(
rawoutstream,
" If none of the above options are used to specify a VOL, then\n");
PRINTVALSTREAM(
rawoutstream,
" the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.\n");
PRINTVALSTREAM(rawoutstream,
" --vfd-value Value (ID) of the VFL driver to use for opening the\n");
PRINTVALSTREAM(rawoutstream, " HDF5 file specified\n");
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/h5dump-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down

0 comments on commit b6183ad

Please sign in to comment.