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>
This commit is contained in:
Simon Thum 2010-01-06 18:13:27 +01:00 committed by Peter Hutterer
parent d727ddb91a
commit 14e4e4a294

View File

@ -472,7 +472,7 @@ AdjustWaitForDelay (pointer waitTime, unsigned long newdelay)
void UseMsg(void) void UseMsg(void)
{ {
ErrorF("use: X [:<display>] [option]\n"); 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("-ac disable access control restrictions\n");
ErrorF("-audit int set audit trail level\n"); ErrorF("-audit int set audit trail level\n");
ErrorF("-auth file select authorization file\n"); ErrorF("-auth file select authorization file\n");
@ -524,7 +524,7 @@ void UseMsg(void)
#endif #endif
ErrorF("-retro start with classic stipple and cursor\n"); ErrorF("-retro start with classic stipple and cursor\n");
ErrorF("-s # screen-saver timeout (minutes)\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("-terminate terminate at server reset\n");
ErrorF("-to # connection time out\n"); ErrorF("-to # connection time out\n");
ErrorF("-tst disable testing extensions\n"); ErrorF("-tst disable testing extensions\n");