mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)
This commit is contained in:
parent
187ea8a9ae
commit
d87efd3a46
@ -640,6 +640,13 @@ 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, " If none of the above options are used to "
|
||||
"specify a VOL for a file, 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-1 Value (ID) of the VFL driver to use for opening the\n");
|
||||
PRINTVALSTREAM(rawoutstream, " first HDF5 file specified\n");
|
||||
|
@ -219,6 +219,14 @@ 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 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");
|
||||
|
@ -239,6 +239,11 @@ usage(void)
|
||||
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 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");
|
||||
|
@ -105,6 +105,13 @@ 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 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");
|
||||
|
@ -37,6 +37,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -37,6 +37,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -38,6 +38,9 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[ obj2]]
|
||||
HDF5 file specified
|
||||
--vol-info-2 VOL-specific info to pass to the VOL connector used for
|
||||
opening the second HDF5 file specified
|
||||
If none of the above options are used to specify a VOL for a file, then
|
||||
the VOL named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) will be used
|
||||
--vfd-value-1 Value (ID) of the VFL driver to use for opening the
|
||||
first HDF5 file specified
|
||||
--vfd-name-1 Name of the VFL driver to use for opening the first
|
||||
|
@ -11,6 +11,9 @@ usage: h5mkgrp [OPTIONS] FILE GROUP...
|
||||
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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -52,6 +52,9 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]
|
||||
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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -52,6 +52,9 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]
|
||||
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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -52,6 +52,9 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]
|
||||
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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -32,6 +32,9 @@ 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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -52,6 +52,9 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]
|
||||
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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
@ -52,6 +52,9 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]
|
||||
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 named by HDF5_VOL_CONNECTOR (or the native VOL connector,
|
||||
if that environment variable is unset) 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user