From 5b2211ec3545f1634f807daf84b6c4bc2c0fdecf Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 24 May 2004 19:05:01 +0000 Subject: [PATCH] Muffle compiler warnings. fix option name in log message. improve debugging messages. --- hw/xfree86/common/xf86Configure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 3061aab33..f021d6a4b 100644 --- a/hw/xfree86/common/xf86Configure.c +++ b/hw/xfree86/common/xf86Configure.c @@ -1003,7 +1003,7 @@ DoConfigure() } ErrorF("\nYour %s file is %s\n\n", XF86CONFIGFILE ,filename); - ErrorF("To test the server, run 'X -xf86config %s'\n\n", filename); + ErrorF("To test the server, run 'X -config %s'\n\n", filename); bail: OsCleanup(TRUE);