aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands')
-rw-r--r--sway/commands/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/seat.c b/sway/commands/seat.c
index 5e3c0bd0..5abb19b0 100644
--- a/sway/commands/seat.c
+++ b/sway/commands/seat.c
@@ -14,7 +14,7 @@ static struct cmd_handler seat_handlers[] = {
14 14
15struct cmd_results *cmd_seat(int argc, char **argv) { 15struct cmd_results *cmd_seat(int argc, char **argv) {
16 struct cmd_results *error = NULL; 16 struct cmd_results *error = NULL;
17 if ((error = checkarg(argc, "seat", EXPECTED_AT_LEAST, 1))) { 17 if ((error = checkarg(argc, "seat", EXPECTED_AT_LEAST, 2))) {
18 return error; 18 return error;
19 } 19 }
20 20