diff options
Diffstat (limited to 'tools/testfiles/textlinksrc-nodangle-1.ls')
| -rw-r--r-- | tools/testfiles/textlinksrc-nodangle-1.ls | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/tools/testfiles/textlinksrc-nodangle-1.ls b/tools/testfiles/textlinksrc-nodangle-1.ls index 9c19957..6ed1aab 100644 --- a/tools/testfiles/textlinksrc-nodangle-1.ls +++ b/tools/testfiles/textlinksrc-nodangle-1.ls @@ -1,5 +1,3 @@ -Error: --no-dangling-links must be used along with --follow-symlinks option! - usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] OPTIONS -h, -?, --help Print a usage message and exit @@ -22,7 +20,7 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] --no-dangling-links Must be used with --follow-symlinks option; otherwise, h5ls shows error message and returns an exit - code of 1. + code of 1. Check for any symbolic links (soft links or external links) that do not resolve to an existing object (dataset, group, or named datatype). @@ -39,6 +37,27 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] -V, --version Print version number and exit --vfd=DRIVER Use the specified virtual file driver -x, --hexdump Show raw data in hexadecimal format + --s3-cred=C Supply S3 authentication information to "ros3" vfd. + Accepts tuple of "(<aws-region>,<access-id>,<access-key>)". + If absent or C->"(,,)", defaults to no-authentication. + Has no effect if vfd flag not set to "ros3". + --hdfs-attrs=A Supply configuration information to Hadoop VFD. + Accepts tuple of (<namenode name>,<namenode port>, + ...<kerberos cache path>,<username>,<buffer size>) + If absent or A == '(,,,,)', all default values are used. + Has no effect if vfd flag is not 'hdfs'. + --vol-value Value (ID) of the VOL connector to use for opening the + HDF5 file specified + --vol-name Name of the VOL connector to use for opening the + HDF5 file specified + --vol-info VOL-specific info to pass to the VOL connector used for + opening the HDF5 file specified + --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 + HDF5 file specified + --vfd-info VFD-specific info to pass to the VFL driver used for + opening the HDF5 file specified file/OBJECT Each object consists of an HDF5 file name optionally followed by a @@ -48,11 +67,8 @@ usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] "%05d" to open a file family. Deprecated Options - The following options have been deprecated in HDF5. While they remain - available, they have been superseded as indicated and may be removed - from HDF5 in the future. Use the indicated replacement option in all - new work; where possible, existing scripts, et cetera, should also be - updated to use the replacement option. + The following options have been removed in HDF5 1.12. Use the indicated + replacement option in all work. -E or --external Follow external links. Replaced by --follow-symlinks. |
