mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Made syndaemon recognize the '?' option, causing the help
message to be printed.
This commit is contained in:
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
|
||||
int shmid;
|
||||
|
||||
/* Parse command line parameters */
|
||||
while ((c = getopt(argc, argv, "i:")) != EOF) {
|
||||
while ((c = getopt(argc, argv, "i:?")) != EOF) {
|
||||
switch(c) {
|
||||
case 'i':
|
||||
idle_time = atof(optarg);
|
||||
|
||||
Reference in New Issue
Block a user