summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2024-03-08 21:39:33 (GMT)
committerGitHub <noreply@github.com>2024-03-08 21:39:33 (GMT)
commit1a05563183c8084c2a50945249cf4d48a809191d (patch)
treece637a9e9b4efe948941e51744d27e0002045a43 /tools/src
parent3ea50208f99ea17de3200d03f3843fcc8a112c34 (diff)
downloadhdf5-1a05563183c8084c2a50945249cf4d48a809191d.zip
hdf5-1a05563183c8084c2a50945249cf4d48a809191d.tar.gz
hdf5-1a05563183c8084c2a50945249cf4d48a809191d.tar.bz2
Add subfiling for h5dump filedriver option help message (#3878)
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5dump/h5dump.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c
index 63c2102..40041e3 100644
--- a/tools/src/h5dump/h5dump.c
+++ b/tools/src/h5dump/h5dump.c
@@ -326,11 +326,15 @@ usage(const char *prog)
" (Alternate compact form of subsetting is described in the Reference Manual)\n");
PRINTVALSTREAM(rawoutstream, "\n");
PRINTVALSTREAM(rawoutstream, "--------------- Option Argument Conventions ---------------\n");
- PRINTVALSTREAM(rawoutstream, " D - is the file driver to use in opening the file. Acceptable values\n");
PRINTVALSTREAM(
rawoutstream,
- " are \"sec2\", \"family\", \"split\", \"multi\", \"direct\", and \"stream\". Without\n");
- PRINTVALSTREAM(rawoutstream, " the file driver flag, the file will be opened with each driver in\n");
+ " D - is the file driver to use in opening the file. Acceptable values are available from\n");
+ PRINTVALSTREAM(
+ rawoutstream,
+ " "
+ "https://portal.hdfgroup.org/documentation/hdf5-docs/registered_virtual_file_drivers_vfds.html.\n");
+ PRINTVALSTREAM(rawoutstream,
+ " Without the file driver flag, the file will be opened with each driver in\n");
PRINTVALSTREAM(rawoutstream, " turn and in the order specified above until one driver succeeds\n");
PRINTVALSTREAM(rawoutstream, " in opening the file.\n");
PRINTVALSTREAM(rawoutstream,
@@ -1470,7 +1474,7 @@ main(int argc, char *argv[])
xml_dtd_uri_g);
}
else {
- /* TO DO: make -url option work in this case (may need new option) */
+ /* TODO: make -url option work in this case (may need new option) */
char *ns;
char *indx;