aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/input/click_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/input/click_method.c b/sway/commands/input/click_method.c
index 03fcb458..919c7cb7 100644
--- a/sway/commands/input/click_method.c
+++ b/sway/commands/input/click_method.c
@@ -23,7 +23,7 @@ struct cmd_results *input_cmd_click_method(int argc, char **argv) {
23 ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER; 23 ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER;
24 } else { 24 } else {
25 return cmd_results_new(CMD_INVALID, 25 return cmd_results_new(CMD_INVALID,
26 "Expected 'click_method <none|button_areas|clickfinger'>"); 26 "Expected 'click_method <none|button_areas|clickfinger>'");
27 } 27 }
28 28
29 return cmd_results_new(CMD_SUCCESS, NULL); 29 return cmd_results_new(CMD_SUCCESS, NULL);