summaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/h5repart.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/misc/h5repart.c b/tools/misc/h5repart.c
index e079df9..5b75711 100644
--- a/tools/misc/h5repart.c
+++ b/tools/misc/h5repart.c
@@ -73,10 +73,10 @@ usage(const char *progname)
HDfprintf(stderr, " -family_to_sec2 Change file driver from family to 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);
}