From b97d139e767eea0cbca613fd1dce1b83f3bc55fa Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 16 Aug 2004 00:01:20 +0000 Subject: [PATCH] (help_exit): Fix help message. --- example/mdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/mdump.c b/example/mdump.c index 381b898..f36b75b 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -275,7 +275,7 @@ help_exit (char *prog, int exit_code) printf (" dumped into the file \"output.png\".\n"); printf ("The following OPTIONs are available.\n"); printf (" %-13s %s", "-s SIZE", - "Font size in point (default 12).\n"); + "Font size in 1/10 point (default 120).\n"); printf (" %-13s %s", "-d DPI", "Resolution in dots per inch (defualt 300).\n"); printf (" %-13s %s", "-p PAPER", -- 1.7.10.4