Skip to content

Commit

Permalink
Add note about HDF5_VOL_CONNECTOR to h5dump usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jun 19, 2023
1 parent b0404e7 commit 6cf9505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ 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,
" --vfd-value Value (ID) of the VFL driver to use for opening the\n");
PRINTVALSTREAM(rawoutstream, " HDF5 file specified\n");
Expand Down

0 comments on commit 6cf9505

Please sign in to comment.