summaryrefslogtreecommitdiffstats
path: root/tools/src/h5stat/h5stat.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-05 20:41:00 (GMT)
committerGitHub <noreply@github.com>2023-05-05 20:41:00 (GMT)
commit29f29c297ca9e52a9a8ff40e7145c88d1e22feb5 (patch)
tree962649422dfa456349cb1d338ebd9f750734cec4 /tools/src/h5stat/h5stat.c
parent7e141f71deb465b7bed2583b7977b34ab3ae822c (diff)
downloadhdf5-29f29c297ca9e52a9a8ff40e7145c88d1e22feb5.zip
hdf5-29f29c297ca9e52a9a8ff40e7145c88d1e22feb5.tar.gz
hdf5-29f29c297ca9e52a9a8ff40e7145c88d1e22feb5.tar.bz2
Add h5copy help test and verify consistency (#2904)
Diffstat (limited to 'tools/src/h5stat/h5stat.c')
-rw-r--r--tools/src/h5stat/h5stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5stat/h5stat.c b/tools/src/h5stat/h5stat.c
index 04d1723..05e0be8 100644
--- a/tools/src/h5stat/h5stat.c
+++ b/tools/src/h5stat/h5stat.c
@@ -208,7 +208,7 @@ static void
usage(const char *prog)
{
HDfflush(stdout);
- HDfprintf(stdout, "Usage: %s [OPTIONS] file\n", prog);
+ HDfprintf(stdout, "usage: %s [OPTIONS] file\n", prog);
HDfprintf(stdout, "\n");
HDfprintf(stdout, " ERROR\n");
HDfprintf(stdout, " --enable-error-stack Prints messages from the HDF5 error stack as they occur\n");