diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-02-05 15:11:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-02-05 15:11:47 (GMT) |
commit | b1e0f6c5a558892523c21baac0c812103bcf42a0 (patch) | |
tree | b586a78d9df967bf58c5d93dc9739b7ba6ba67e6 /tools/testfiles | |
parent | c3e149d06fe79fab3b5e48d4d9198cacea42ed53 (diff) | |
download | hdf5-b1e0f6c5a558892523c21baac0c812103bcf42a0.zip hdf5-b1e0f6c5a558892523c21baac0c812103bcf42a0.tar.gz hdf5-b1e0f6c5a558892523c21baac0c812103bcf42a0.tar.bz2 |
[svn-r23227] HDFFV-8215 - update help text to be cosistent with the RM entry.
Tested: local linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/help-1.ls | 4 | ||||
-rw-r--r-- | tools/testfiles/help-2.ls | 4 | ||||
-rw-r--r-- | tools/testfiles/help-3.ls | 4 | ||||
-rw-r--r-- | tools/testfiles/textlinksrc-nodangle-1.ls | 4 | ||||
-rw-r--r-- | tools/testfiles/tgroup-1.ls | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tools/testfiles/help-1.ls b/tools/testfiles/help-1.ls index aaba608..491f696 100644 --- a/tools/testfiles/help-1.ls +++ b/tools/testfiles/help-1.ls @@ -1,4 +1,4 @@ -usage: h5ls [OPTIONS] [OBJECTS...] +usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] OPTIONS -h, -?, --help Print a usage message and exit -a, --address Print raw data address. If dataset is contiguous, address @@ -38,7 +38,7 @@ usage: h5ls [OPTIONS] [OBJECTS...] --vfd=DRIVER Use the specified virtual file driver -x, --hexdump Show raw data in hexadecimal format - OBJECTS + file/OBJECT Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified within the file then the contents of the root group are displayed). diff --git a/tools/testfiles/help-2.ls b/tools/testfiles/help-2.ls index aaba608..491f696 100644 --- a/tools/testfiles/help-2.ls +++ b/tools/testfiles/help-2.ls @@ -1,4 +1,4 @@ -usage: h5ls [OPTIONS] [OBJECTS...] +usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] OPTIONS -h, -?, --help Print a usage message and exit -a, --address Print raw data address. If dataset is contiguous, address @@ -38,7 +38,7 @@ usage: h5ls [OPTIONS] [OBJECTS...] --vfd=DRIVER Use the specified virtual file driver -x, --hexdump Show raw data in hexadecimal format - OBJECTS + file/OBJECT Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified within the file then the contents of the root group are displayed). diff --git a/tools/testfiles/help-3.ls b/tools/testfiles/help-3.ls index aaba608..491f696 100644 --- a/tools/testfiles/help-3.ls +++ b/tools/testfiles/help-3.ls @@ -1,4 +1,4 @@ -usage: h5ls [OPTIONS] [OBJECTS...] +usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] OPTIONS -h, -?, --help Print a usage message and exit -a, --address Print raw data address. If dataset is contiguous, address @@ -38,7 +38,7 @@ usage: h5ls [OPTIONS] [OBJECTS...] --vfd=DRIVER Use the specified virtual file driver -x, --hexdump Show raw data in hexadecimal format - OBJECTS + file/OBJECT Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified within the file then the contents of the root group are displayed). diff --git a/tools/testfiles/textlinksrc-nodangle-1.ls b/tools/testfiles/textlinksrc-nodangle-1.ls index 7427e1c..9c19957 100644 --- a/tools/testfiles/textlinksrc-nodangle-1.ls +++ b/tools/testfiles/textlinksrc-nodangle-1.ls @@ -1,6 +1,6 @@ Error: --no-dangling-links must be used along with --follow-symlinks option! -usage: h5ls [OPTIONS] [OBJECTS...] +usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] OPTIONS -h, -?, --help Print a usage message and exit -a, --address Print raw data address. If dataset is contiguous, address @@ -40,7 +40,7 @@ usage: h5ls [OPTIONS] [OBJECTS...] --vfd=DRIVER Use the specified virtual file driver -x, --hexdump Show raw data in hexadecimal format - OBJECTS + file/OBJECT Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified within the file then the contents of the root group are displayed). diff --git a/tools/testfiles/tgroup-1.ls b/tools/testfiles/tgroup-1.ls index effaf5a..893c9ce 100644 --- a/tools/testfiles/tgroup-1.ls +++ b/tools/testfiles/tgroup-1.ls @@ -1,6 +1,6 @@ Error: 'recursive' option not compatible with 'group info' option! -usage: h5ls [OPTIONS] [OBJECTS...] +usage: h5ls [OPTIONS] file[/OBJECT] [file[/[OBJECT]...] OPTIONS -h, -?, --help Print a usage message and exit -a, --address Print raw data address. If dataset is contiguous, address @@ -40,7 +40,7 @@ usage: h5ls [OPTIONS] [OBJECTS...] --vfd=DRIVER Use the specified virtual file driver -x, --hexdump Show raw data in hexadecimal format - OBJECTS + file/OBJECT Each object consists of an HDF5 file name optionally followed by a slash and an object name within the file (if no object is specified within the file then the contents of the root group are displayed). |