# HG changeset patch
# User Alexander Steinböck <z3ttacht@grml.org>
# Date 1202228555 -3600
# Node ID 07df7f37db767dc78e3ee9576781012c25891295
# Parent  7575ad4d3d0f94635fbaa47f32be238adb55018a
Added missing switch `-fallback' in _grml-x and grml-x.txt.
Furthermore `-help' was printing _argument's square brackets. Culprit
was the leading colon.

diff -r 7575ad4d3d0f -r 07df7f37db76 etc/zsh/completion.d/_grml-x
--- a/etc/zsh/completion.d/_grml-x	Thu Dec 27 23:52:50 2007 +0100
+++ b/etc/zsh/completion.d/_grml-x	Tue Feb 05 17:22:35 2008 +0100
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Sam Nov 17 18:59:26 CET 2007 [mika]
+# Latest Change: Tue Feb 05 15:18:46 CET 2008 [z3ttacht]
 ################################################################################
 
 local arguments wm
@@ -22,8 +22,9 @@ arguments=(
 arguments=(
   '-composite[enable composite extension (disabled by default)]'
   '-display:display for xserver:(7 8)'
+  '-fallback[use xorg.conf.example to get X running when it won'\''t start otherwise]'
   '-force[force creation of xconfig file]'
-  '-help:[display help]'
+  '-help[display help]'
   '-genmouse[generate generic entry for mouse using /dev/input/mice and auto protocol]'
   '-hsync:horizontal sync frequencies (<number>):(28 `seq 30 5 95` 96)'
   '-mode:resolution-mode for xserver (<width>x<height> - e.g. 1024x768)]:(1920x1440 1600x1200 1400x1050 1280x1024 1280x960 1024x768 800x600 640x480)'
diff -r 7575ad4d3d0f -r 07df7f37db76 grml-x.txt
--- a/grml-x.txt	Thu Dec 27 23:52:50 2007 +0100
+++ b/grml-x.txt	Tue Feb 05 17:22:35 2008 +0100
@@ -60,6 +60,9 @@ XOPTS='...'::
 -display <number>::
         Specify display for use with Xserver.
 
+-fallback::
+        Copy /etc/X11/xorg.conf.example to /etc/X11/xorg.conf to get X
+        running when it won't start otherwise.
 -force::
         Force creation of xorg.conf file. This option is also assumed when another
         option which needs to be write values to the X config file is provided. The old

