diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-06-17 18:49:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-06-17 18:49:51 (GMT) |
commit | c75dd8fadc2b923d1a572d97c33c20c614dc4c4e (patch) | |
tree | 88a81867ae443191b2d4ceac2707838d355ecc6c /tools/testfiles | |
parent | 86fa22c385bb655afaed25e31dd8676b9f94024b (diff) | |
download | hdf5-c75dd8fadc2b923d1a572d97c33c20c614dc4c4e.zip hdf5-c75dd8fadc2b923d1a572d97c33c20c614dc4c4e.tar.gz hdf5-c75dd8fadc2b923d1a572d97c33c20c614dc4c4e.tar.bz2 |
[svn-r17078] Implemented nowrap option (Bug 811) equivalent to h5ls tool. Also updated usage output.
Tested: linux
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/tnofilename.ddl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testfiles/tnofilename.ddl b/tools/testfiles/tnofilename.ddl index 5b5854d..594b0c0 100644 --- a/tools/testfiles/tnofilename.ddl +++ b/tools/testfiles/tnofilename.ddl @@ -22,7 +22,9 @@ usage: h5dump [OPTIONS] file -o F, --output=F Output raw data into file F -b B, --binary=B Binary file output, of form B -t P, --datatype=P Print the specified named datatype - -w N, --width=N Set the number of columns of output + -w N, --width=N Set the number of columns of output. A value of 0 (zero) + sets the number of columns to the maximum (65535). + Default width is 80 columns. -m T, --format=T Set the floating point output format -q Q, --sort_by=Q Sort groups and attributes by index Q -z Z, --sort_order=Z Sort groups and attributes by order Z |