• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A generic touchscreen calibration program for X.Org


Commit MetaInfo

修订版bb4e26955a82344d5e732a538a849a106b346827 (tree)
时间2013-01-04 07:13:17
作者Tias Guns <tias@ulys...>
CommiterTias Guns

Log Message

document --no-timeout in man (and shorten descr in stdout)

更改概述

差异

--- a/man/xinput_calibrator.1
+++ b/man/xinput_calibrator.1
@@ -51,6 +51,10 @@ This is useful if the calibration values are stored in your xorg.conf, but the d
5151 set the misclick threshold (0=off, default: 15 pixels)
5252 .PP
5353 .TP 8
54+.B \-\-no-timeout
55+turns off the timeout
56+.PP
57+.TP 8
5458 .B \-\-output\-type \fIauto|xorg.conf.d|hal|xinput\fP
5559 type of config to ouput (auto=automatically detect, default: auto)
5660 .PP
--- a/src/main_common.cpp
+++ b/src/main_common.cpp
@@ -179,7 +179,7 @@ static void usage(char* cmd, unsigned thr_misclick)
179179 fprintf(stderr, "\t--output-type <auto|xorg.conf.d|hal|xinput>: type of config to ouput (auto=automatically detect, default: auto)\n");
180180 fprintf(stderr, "\t--fake: emulate a fake device (for testing purposes)\n");
181181 fprintf(stderr, "\t--geometry: manually provide the geometry (width and height) for the calibration window\n");
182- fprintf(stderr, "\t--no-timeout: turns off the timeout if parameter pressent\n");
182+ fprintf(stderr, "\t--no-timeout: turns off the timeout\n");
183183 }
184184
185185 Calibrator* Calibrator::make_calibrator(int argc, char** argv)