From: handa Date: Tue, 15 Jun 2004 11:12:20 +0000 (+0000) Subject: (help_exit): Print info about those arguemnts. X-Git-Tag: withdl~83 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8668a13365d06c7b83c858c8dd9729db01f46b7d;p=m17n%2Fm17n-lib.git (help_exit): Print info about those arguemnts. --- diff --git a/example/mdump.c b/example/mdump.c index cba05ca..68d0845 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -289,6 +289,10 @@ help_exit (char *prog, int exit_code) "String containing a shell command line to be used as a filter.\n"); printf (" %-13s %s", "-w", "Each line is broken at word boundary.\n"); printf (" %-13s %s", "-a", "Enable anti-alias drawing.\n"); + printf (" %-13s %s", "--family FAMILY", + "Prefer a font whose family is FAMILY.\n"); + printf (" %-13s %s", "--language LANG", + "Prefer a font specified for the langauge LANG.\n"); printf (" %-13s %s", "-q", "Quiet mode. Don't print any messages.\n"); printf (" %-13s %s", "--version", "Print the version number.\n"); printf (" %-13s %s", "-h, --help", "Print this message.\n");