diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-21 16:00:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-21 16:00:28 -0700 |
commit | 0782894b5702adcf6f4a90861793b717f3856fa5 (patch) | |
tree | 7a3ea80ecec147f0a6459eba628f8657a8ae833b /hw/vfb | |
parent | ee3412b8702072c3a0b006bd20dd3bc7071d721c (diff) |
Xvfb: Usage message typo fix.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/vfb')
-rw-r--r-- | hw/vfb/InitOutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index 0428f0a93..60915fdbf 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -248,7 +248,7 @@ ddxUseMsg(void) { ErrorF("-screen scrn WxHxD set screen's width, height, depth\n"); ErrorF("-pixdepths list-of-int support given pixmap depths\n"); - ErrorF("+/-render turn on/of RENDER extension support" + ErrorF("+/-render turn on/off RENDER extension support" "(default on)\n"); ErrorF("-linebias n adjust thin line pixelization\n"); ErrorF("-blackpixel n pixel value for black\n"); |