diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:11 +0000 |
commit | 6549707c976bf68cb56f8b807196c7ad848bdfe4 (patch) | |
tree | 13f00487a1c7fe18a90c8f136d51aa05c7a9ef7c /xfd.c | |
parent | 1c20e3f37a2359a11ec7cccfe740b4a39d4decf1 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'xfd.c')
-rw-r--r-- | xfd.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. * * * Author: Jim Fulton, MIT X Consortium */ -/* $XFree86: xc/programs/xfd/xfd.c,v 1.8 2003/02/20 02:56:40 dawes Exp $ */ +/* $XFree86: xc/programs/xfd/xfd.c,v 1.9 2003/04/19 23:49:27 herrb Exp $ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -127,7 +127,10 @@ static XtResource Resources[] = { static void usage(void) { - fprintf (stderr, "usage: %s [-options ...] -fn font\n\n", ProgramName); + fprintf (stderr, "usage: %s [-options ...] -fn font\n", ProgramName); +#ifdef XRENDER + fprintf (stderr, " %s [-options ...] -fa font\n", ProgramName); +#endif fprintf (stderr, "where options include:\n"); fprintf (stderr, " -display dpy X server to contact\n"); |