From 8f8b15f60172f1b2ad31559e47f6925be7828df2 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Thu, 17 Jul 2025 15:27:59 -0500 Subject: Fix -r flag --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 7d35f98..06cd6ac 100644 --- a/src/main.c +++ b/src/main.c @@ -935,7 +935,7 @@ const struct option long_options[] = { {"late-keyboard-init", optional_argument, NULL, 'k'}, {NULL, 0, NULL, 0} }; -const char *short_options = ":bhPp:r:c:"; +const char *short_options = ":bhPp:rc:"; static void parse_args(struct tofi *tofi, int argc, char *argv[]) { -- cgit v1.2.3