summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-07-17 20:46:27 +0300
committerDaniel Stone <daniel@fooishbar.org>2008-07-17 20:46:27 +0300
commit0564b5454ac101d9e1218767bbbc2c2d9f3e0696 (patch)
treeae3feef660e0a7296b884085a831eff0c188f771 /hw
parent6c7c0ffeb71610ee00fc92b32fd2b1cc70383e38 (diff)
XFree86: Restore AllowMouseOpenFail usage text
This was incorrectly stuck behind the XFree86-Misc define, so got deleted with the rest of misc: restore it unconditionally, as it should be.
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/common/xf86Init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c
index 258f68b87..34970e05e 100644
--- a/hw/xfree86/common/xf86Init.c
+++ b/hw/xfree86/common/xf86Init.c
@@ -1806,6 +1806,7 @@ ddxUseMsg()
ErrorF("-disableVidMode disable mode adjustments with xvidtune\n");
ErrorF("-allowNonLocalXvidtune allow xvidtune to be run as a non-local client\n");
#endif
+ ErrorF("-allowMouseOpenFail start server even if the mouse can't be initialized\n");
ErrorF("-bestRefresh choose modes with the best refresh rate\n");
ErrorF("-ignoreABI make module ABI mismatches non-fatal\n");
ErrorF("-isolateDevice bus_id restrict device resets to bus_id (PCI only)\n");