mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
tools: drop -s listing in synclient's help output. SHM is gone.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -461,7 +461,7 @@ dp_show_settings(Display * dpy, XDevice * dev)
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "Usage: synclient [-s] [-h] [-l] [-V] [-?] [var1=value1 [var2=value2] ...]\n");
|
||||
fprintf(stderr, "Usage: synclient [-h] [-l] [-V] [-?] [var1=value1 [var2=value2] ...]\n");
|
||||
fprintf(stderr, " -l List current user settings\n");
|
||||
fprintf(stderr, " -V Print synclient version string and exit\n");
|
||||
fprintf(stderr, " -? Show this help message\n");
|
||||
@@ -483,7 +483,7 @@ main(int argc, char *argv[])
|
||||
dump_settings = 1;
|
||||
|
||||
/* Parse command line parameters */
|
||||
while ((c = getopt(argc, argv, "sm:hlV")) != -1) {
|
||||
while ((c = getopt(argc, argv, "m:hlV")) != -1) {
|
||||
switch (c) {
|
||||
case 'l':
|
||||
dump_settings = 1;
|
||||
|
||||
Reference in New Issue
Block a user