summaryrefslogtreecommitdiff
path: root/os/utils.c
diff options
context:
space:
mode:
authorSimon Thum <simon.thum@gmx.de>2010-01-06 18:13:27 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2010-01-11 15:26:45 +1000
commit14e4e4a294e648e0bdcb70c34748e1b81c5bb64f (patch)
treeff05ad18158f7c788a42817f114941e17a39e8c8 /os/utils.c
parentd727ddb91a549d23f6bf323e91db4b8916c1b7a0 (diff)
os: state effect of -a and -t options more precisely
Signed-off-by: Simon Thum <simon.thum@gmx.de> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'os/utils.c')
-rw-r--r--os/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c
index 3718b170c..d7c8388d0 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -472,7 +472,7 @@ AdjustWaitForDelay (pointer waitTime, unsigned long newdelay)
void UseMsg(void)
{
ErrorF("use: X [:<display>] [option]\n");
- ErrorF("-a # mouse acceleration (pixels)\n");
+ ErrorF("-a # default pointer acceleration (factor)\n");
ErrorF("-ac disable access control restrictions\n");
ErrorF("-audit int set audit trail level\n");
ErrorF("-auth file select authorization file\n");
@@ -524,7 +524,7 @@ void UseMsg(void)
#endif
ErrorF("-retro start with classic stipple and cursor\n");
ErrorF("-s # screen-saver timeout (minutes)\n");
- ErrorF("-t # mouse threshold (pixels)\n");
+ ErrorF("-t # default pointer threshold (pixels/t)\n");
ErrorF("-terminate terminate at server reset\n");
ErrorF("-to # connection time out\n");
ErrorF("-tst disable testing extensions\n");