From 8668a13365d06c7b83c858c8dd9729db01f46b7d Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 15 Jun 2004 11:12:20 +0000 Subject: [PATCH] (help_exit): Print info about those arguemnts. --- example/mdump.c | 4 ++++ 1 file changed, 4 insertions(+) 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"); -- 1.7.10.4