diff options
author | mattjala <124107509+mattjala@users.noreply.github.com> | 2023-06-28 16:56:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 16:56:35 (GMT) |
commit | d87efd3a46f55d4f994e79f5d8c88b56d866da34 (patch) | |
tree | f6c6f90182c110dc061849c7f28a3bfc4099af61 /tools/src/misc | |
parent | 187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98 (diff) | |
download | hdf5-d87efd3a46f55d4f994e79f5d8c88b56d866da34.zip hdf5-d87efd3a46f55d4f994e79f5d8c88b56d866da34.tar.gz hdf5-d87efd3a46f55d4f994e79f5d8c88b56d866da34.tar.bz2 |
Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)
Diffstat (limited to 'tools/src/misc')
-rw-r--r-- | tools/src/misc/h5mkgrp.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/src/misc/h5mkgrp.c b/tools/src/misc/h5mkgrp.c index 2e146c0..98b6b76 100644 --- a/tools/src/misc/h5mkgrp.c +++ b/tools/src/misc/h5mkgrp.c @@ -106,6 +106,13 @@ usage(const char *prog) " --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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,\n"); + PRINTVALSTREAM(rawoutstream, + " if that environment variable is unset) 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"); PRINTVALSTREAM(rawoutstream, " --vfd-name Name of the VFL driver to use for opening the\n"); |