diff options
Diffstat (limited to 'tools/testfiles/tnofilename.ddl')
-rw-r--r-- | tools/testfiles/tnofilename.ddl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl index b234d4f..054a829 100644 --- a/tools/testfiles/tnofilename.ddl +++ b/tools/testfiles/tnofilename.ddl @@ -21,11 +21,10 @@ usage: h5dump [OPTIONS] file -g P, --group=P Print the specified group and all members -l P, --soft-link=P Print the value(s) of the specified soft link -o F, --output=F Output raw data into file F - -b F, --binary=F Binary output, of form F (into file -o F). - Recommended usage is with --dataset=P - Form F of binary output is: MEMORY for memory type, - FILE for the disk file type, LE or BE for pre-existing - little or big endian types + -b B, --binary=B Binary file output, of form B. Recommended usage is + with -o (output file) and -d (dataset). B can be: + MEMORY for a memory type, FILE for the file type, + LE or BE for pre-existing little or big endian types -t P, --datatype=P Print the specified named data type -w N, --width=N Set the number of columns of output -x, --xml Output in XML using Schema |