aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-helpfile.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/t-helpfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/t-helpfile.c b/common/t-helpfile.c
index 960252bbd..4c77c9ada 100644
--- a/common/t-helpfile.c
+++ b/common/t-helpfile.c
@@ -53,12 +53,12 @@ main (int argc, char **argv)
if (!result)
{
fprintf (stderr,
- "Error: nothing found for `%s'\n", argc?argv[0]:"(null)");
+ "Error: nothing found for '%s'\n", argc?argv[0]:"(null)");
errcount++;
}
else
{
- printf ("key `%s' result=`%s'\n", argc?argv[0]:"(null)", result);
+ printf ("key '%s' result='%s'\n", argc?argv[0]:"(null)", result);
xfree (result);
}