From e60ad3f677bfc788568cc30ab12dc2ea6fa2a493 Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Wed, 3 Oct 2018 07:48:35 -0400
Subject: Fix some missing commands in sway-input(5)

---
 sway/commands/input/click_method.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'sway/commands')

diff --git a/sway/commands/input/click_method.c b/sway/commands/input/click_method.c
index 4d7e1c93..24777475 100644
--- a/sway/commands/input/click_method.c
+++ b/sway/commands/input/click_method.c
@@ -24,7 +24,7 @@ struct cmd_results *input_cmd_click_method(int argc, char **argv) {
 		ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER;
 	} else {
 		return cmd_results_new(CMD_INVALID, "click_method",
-			"Expected 'click_method <none|button_areas|clickfinger'");
+			"Expected 'click_method <none|button_areas|clickfinger'>");
 	}
 
 	return cmd_results_new(CMD_SUCCESS, NULL, NULL);
-- 
cgit v1.2.3