diff options
author | Eric Anholt <eric@anholt.net> | 2007-03-26 16:04:50 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-03-27 16:47:07 -0700 |
commit | e76b6349516d5d1c8f7167d6f5419e0d06a546c3 (patch) | |
tree | 01ae88420903e28e512714ae2773c0c323c11551 /hw/kdrive/ephyr/ephyrinit.c | |
parent | 6a0bed16e80a91891cee6c7033c90875bc2af193 (diff) |
Fix indentation of fakexa help text.
Diffstat (limited to 'hw/kdrive/ephyr/ephyrinit.c')
-rw-r--r-- | hw/kdrive/ephyr/ephyrinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index a77b87e5e..45e2d3067 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -81,7 +81,7 @@ ddxUseMsg (void) ErrorF("-host-cursor Re-use exisiting X host server cursor\n"); ErrorF("-fullscreen Attempt to run Xephyr fullscreen\n"); ErrorF("-grayscale Simulate 8bit grayscale\n"); - ErrorF("-fakexa Simulate acceleration using software rendering\n"); + ErrorF("-fakexa Simulate acceleration using software rendering\n"); ErrorF("\n"); exit(1); |