summaryrefslogtreecommitdiffstats
path: root/tools/src/h5stat/h5stat.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-17 15:41:01 (GMT)
committerGitHub <noreply@github.com>2023-05-17 15:41:01 (GMT)
commitc961ef98ffb21728cb86ae30c3e3d9a3f1053672 (patch)
treee86051bd5a9155466ce4db05d184273ff5bb0eb3 /tools/src/h5stat/h5stat.c
parent560e7d6728f2003784b550530a3424a61ade04d5 (diff)
downloadhdf5-c961ef98ffb21728cb86ae30c3e3d9a3f1053672.zip
hdf5-c961ef98ffb21728cb86ae30c3e3d9a3f1053672.tar.gz
hdf5-c961ef98ffb21728cb86ae30c3e3d9a3f1053672.tar.bz2
Add h5copy help test and verify consistency (#2902)
* Add autotools test for help
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");