Skip to content

Commit

Permalink
document --no-timeout in man (and shorten descr in stdout)
Browse files Browse the repository at this point in the history
  • Loading branch information
tias committed Jan 3, 2013
1 parent 3bdd75a commit bb4e269
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions man/xinput_calibrator.1
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ This is useful if the calibration values are stored in your xorg.conf, but the d
set the misclick threshold (0=off, default: 15 pixels)
.PP
.TP 8
.B \-\-no-timeout
turns off the timeout
.PP
.TP 8
.B \-\-output\-type \fIauto|xorg.conf.d|hal|xinput\fP
type of config to ouput (auto=automatically detect, default: auto)
.PP
Expand Down
2 changes: 1 addition & 1 deletion src/main_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static void usage(char* cmd, unsigned thr_misclick)
fprintf(stderr, "\t--output-type <auto|xorg.conf.d|hal|xinput>: type of config to ouput (auto=automatically detect, default: auto)\n");
fprintf(stderr, "\t--fake: emulate a fake device (for testing purposes)\n");
fprintf(stderr, "\t--geometry: manually provide the geometry (width and height) for the calibration window\n");
fprintf(stderr, "\t--no-timeout: turns off the timeout if parameter pressent\n");
fprintf(stderr, "\t--no-timeout: turns off the timeout\n");
}

Calibrator* Calibrator::make_calibrator(int argc, char** argv)
Expand Down

0 comments on commit bb4e269

Please sign in to comment.