summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-03-03 14:07:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-03-03 14:07:49 (GMT)
commit28ee82a07b127484de618ca72f9c0caf049d79fe (patch)
treee65aa1c6ec43dcc5bf1c94bade9d654bdf735f4b /tools/h5dump
parentf0a7f5978eee69d9ac297179b1bc48e95df30840 (diff)
downloadhdf5-28ee82a07b127484de618ca72f9c0caf049d79fe.zip
hdf5-28ee82a07b127484de618ca72f9c0caf049d79fe.tar.gz
hdf5-28ee82a07b127484de618ca72f9c0caf049d79fe.tar.bz2
[svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option.
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index 7c24fa4..553db93 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -244,7 +244,7 @@ usage(const char *prog)
PRINTVALSTREAM(rawoutstream, " -o F, --output=F Output raw data into file F\n");
PRINTVALSTREAM(rawoutstream, " -b B, --binary=B Binary file output, of form B\n");
PRINTVALSTREAM(rawoutstream, " -O F, --ddl=F Output ddl text into file F\n");
- PRINTVALSTREAM(rawoutstream, " Do not use filename F to suppress ddl display\n");
+ PRINTVALSTREAM(rawoutstream, " Use blank(empty) filename F to suppress ddl display\n");
PRINTVALSTREAM(rawoutstream, "--------------- Object Options ---------------\n");
PRINTVALSTREAM(rawoutstream, " -a P, --attribute=P Print the specified attribute\n");
PRINTVALSTREAM(rawoutstream, " If an attribute name contains a slash (/), escape the\n");