summaryrefslogtreecommitdiffstats
path: root/tools/src/misc
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-04 16:46:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-04 16:46:42 (GMT)
commite01430ec5600e85f6f4ff06c5bc2bbdd72e7a547 (patch)
tree53c0d2e08aa06a6241e3f7fa8afaf852db3ffe09 /tools/src/misc
parent31773b7c48c54d3d7b167f1e75b18e74eaf16f7e (diff)
downloadhdf5-e01430ec5600e85f6f4ff06c5bc2bbdd72e7a547.zip
hdf5-e01430ec5600e85f6f4ff06c5bc2bbdd72e7a547.tar.gz
hdf5-e01430ec5600e85f6f4ff06c5bc2bbdd72e7a547.tar.bz2
HDFFV-11096 replace backticks with doublequotes
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);
}