diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-06-18 20:41:19 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-06-18 20:41:19 (GMT) |
commit | 0a9779759f6c840d2ba29216d86fa911c6f1e6f9 (patch) | |
tree | aa16f2a5588282cd5ee2793fde06da67bf250e3e /tools/h5dump | |
parent | 44de15ab36b3f3600611b02f173d3836d88ba9a1 (diff) | |
download | hdf5-0a9779759f6c840d2ba29216d86fa911c6f1e6f9.zip hdf5-0a9779759f6c840d2ba29216d86fa911c6f1e6f9.tar.gz hdf5-0a9779759f6c840d2ba29216d86fa911c6f1e6f9.tar.bz2 |
[svn-r17088] Updated to latest trunk revision.
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/h5dump.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index ead69e0..0eb329b 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -658,7 +658,9 @@ usage(const char *prog) fprintf(stdout, " -o F, --output=F Output raw data into file F\n"); fprintf(stdout, " -b B, --binary=B Binary file output, of form B\n"); fprintf(stdout, " -t P, --datatype=P Print the specified named datatype\n"); - fprintf(stdout, " -w N, --width=N Set the number of columns of output\n"); + fprintf(stdout, " -w N, --width=N Set the number of columns of output. A value of 0 (zero)\n"); + fprintf(stdout, " sets the number of columns to the maximum (65535).\n"); + fprintf(stdout, " Default width is 80 columns.\n"); fprintf(stdout, " -m T, --format=T Set the floating point output format\n"); fprintf(stdout, " -q Q, --sort_by=Q Sort groups and attributes by index Q\n"); fprintf(stdout, " -z Z, --sort_order=Z Sort groups and attributes by order Z\n"); |