summaryrefslogtreecommitdiffstats
path: root/tools/src/h5import/h5import.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-05 22:08:18 (GMT)
committerGitHub <noreply@github.com>2023-05-05 22:08:18 (GMT)
commitd7771ba1f93b047891f2f1ab0aa3a9db86549fe2 (patch)
treebe695e5d0b1aff7a4ab74d3b89f4042de6fb2953 /tools/src/h5import/h5import.c
parent8ef6dda49ce15a0f7b20089262fecf582791d6de (diff)
downloadhdf5-d7771ba1f93b047891f2f1ab0aa3a9db86549fe2.zip
hdf5-d7771ba1f93b047891f2f1ab0aa3a9db86549fe2.tar.gz
hdf5-d7771ba1f93b047891f2f1ab0aa3a9db86549fe2.tar.bz2
CMake fix gen. exprs. and add h5copy help (#2918)
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);