diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-15 21:21:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-15 21:21:46 (GMT) |
commit | f261344af96dc2d41cce61d888cfa3efd8a1c36c (patch) | |
tree | d990e7b9da8837b34f7c5be9f0d0c840b0e7163a /tools/testfiles/tnofilename-with-packed-bits.ddl | |
parent | b337ae979dad938f1ef72df4f67b612a883040b1 (diff) | |
download | hdf5-f261344af96dc2d41cce61d888cfa3efd8a1c36c.zip hdf5-f261344af96dc2d41cce61d888cfa3efd8a1c36c.tar.gz hdf5-f261344af96dc2d41cce61d888cfa3efd8a1c36c.tar.bz2 |
[svn-r22077] Add example of multiple files for h5dump help text.
Tested: local linux
Diffstat (limited to 'tools/testfiles/tnofilename-with-packed-bits.ddl')
-rw-r--r-- | tools/testfiles/tnofilename-with-packed-bits.ddl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/testfiles/tnofilename-with-packed-bits.ddl b/tools/testfiles/tnofilename-with-packed-bits.ddl index 4a7f0b9..d3b12e3 100644 --- a/tools/testfiles/tnofilename-with-packed-bits.ddl +++ b/tools/testfiles/tnofilename-with-packed-bits.ddl @@ -1,4 +1,4 @@ -usage: h5dump [OPTIONS] file +usage: h5dump [OPTIONS] files OPTIONS -h, --help Print a usage message and exit -n, --contents Print a list of the file contents and exit @@ -94,4 +94,8 @@ usage: h5dump [OPTIONS] file h5dump -d /dset -M 0,1,4,3 quux.h5 + 5) Dataset foo in files multi1.h5 multi2.h5 multi3.h5 + + h5dump -d /foo multi1.h5 multi2.h5 multi3.h5 + h5dump error: missing file name |