[svn-r23600] Bring revisions #23085 - #23341 from trunk to revise_chunks.

h5committested.
This commit is contained in:
Vailin Choi
2013-04-19 10:23:01 -05:00
parent 6ee0e05fb9
commit 14d8e1c2b5
316 changed files with 15372 additions and 6475 deletions

View File

@@ -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).