summaryrefslogtreecommitdiffstats
path: root/tools/src/misc/h5repart.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 12:07:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 12:07:16 (GMT)
commitd40fc11656f852e163dd6a640e513360e1c79179 (patch)
tree35f1df034410d9680151c552bab66bf1ab3416f0 /tools/src/misc/h5repart.c
parent986154352fb411ab605164a7baba97f3040a4157 (diff)
downloadhdf5-d40fc11656f852e163dd6a640e513360e1c79179.zip
hdf5-d40fc11656f852e163dd6a640e513360e1c79179.tar.gz
hdf5-d40fc11656f852e163dd6a640e513360e1c79179.tar.bz2
HDFFV-11096 fix usage ext in h5dump
Diffstat (limited to 'tools/src/misc/h5repart.c')
-rw-r--r--tools/src/misc/h5repart.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/src/misc/h5repart.c b/tools/src/misc/h5repart.c
index 6424384..65ceb4f 100644
--- a/tools/src/misc/h5repart.c
+++ b/tools/src/misc/h5repart.c
@@ -64,10 +64,10 @@ usage(const char *progname)
"(windows or sec2)\n");
HDfprintf(stderr, " SRC The name of the source file\n");
HDfprintf(stderr, " DST The name of the destination files\n");
- HDfprintf(stderr, "Sizes may be suffixed with `g' for GB, `m' for MB or "
- "`k' for kB.\n");
+ HDfprintf(stderr, "Sizes may be suffixed with 'g' for GB, 'm' for MB or "
+ "'k' for kB.\n");
HDfprintf(stderr, "File family names include an integer printf "
- "format such as `%%d'\n");
+ "format such as '%%d'\n");
HDexit(EXIT_FAILURE);
}