mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
synclient: if no option is specified, assume -l
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -96,7 +96,7 @@ positions, called gdx and gdy.
|
||||
.RE
|
||||
.TP
|
||||
\fB\-l\fR
|
||||
List current user settings.
|
||||
List current user settings. This is the default if no option is given.
|
||||
.TP
|
||||
\fB\-V\fR
|
||||
Print version number and exit.
|
||||
|
||||
@@ -581,6 +581,9 @@ main(int argc, char *argv[])
|
||||
Display *dpy;
|
||||
XDevice *dev;
|
||||
|
||||
if (argc == 1)
|
||||
dump_settings = 1;
|
||||
|
||||
/* Parse command line parameters */
|
||||
while ((c = getopt(argc, argv, "sm:hlV")) != -1) {
|
||||
switch (c) {
|
||||
|
||||
Reference in New Issue
Block a user