summaryrefslogtreecommitdiffstats
path: root/tools/src/misc
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 13:25:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 13:25:05 (GMT)
commitcebf96dfac7e9dbe2061a5fd6252aef018d650da (patch)
tree8c732b04bd028700f604b845dfa4e07529c1c9ba /tools/src/misc
parent66f09dc70d1ab8f909dda99daa4facca66d8e5ca (diff)
downloadhdf5-cebf96dfac7e9dbe2061a5fd6252aef018d650da.zip
hdf5-cebf96dfac7e9dbe2061a5fd6252aef018d650da.tar.gz
hdf5-cebf96dfac7e9dbe2061a5fd6252aef018d650da.tar.bz2
HDFFV-11096 Correct h5dump usage text
Diffstat (limited to 'tools/src/misc')
-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);
}