summaryrefslogtreecommitdiffstats
path: root/tools/src/h5import/h5import.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/h5import/h5import.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/h5import/h5import.c')
-rw-r--r--tools/src/h5import/h5import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5import/h5import.c b/tools/src/h5import/h5import.c
index e63b6a8..5a2fae3 100644
--- a/tools/src/h5import/h5import.c
+++ b/tools/src/h5import/h5import.c
@@ -5097,7 +5097,7 @@ help(char *name)
void
usage(char *name)
{
- (void)HDfprintf(stdout, "\nUsage:\t%s -h[elp], OR\n", name);
+ (void)HDfprintf(stdout, "\nusage:\t%s -h[elp], OR\n", name);
(void)HDfprintf(stdout, "\t%s <infile> -c[onfig] <configfile> \
[<infile> -c[config] <configfile>...] -o[utfile] <outfile> \n\n",
name);