diff options
author | ZachIR <zachir@librem.one> | 2025-07-17 15:27:59 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-17 15:27:59 -0500 |
commit | 8f8b15f60172f1b2ad31559e47f6925be7828df2 (patch) | |
tree | 6bec68957f665bf9ca6637d731080005bd7a2080 /src | |
parent | a42ca7b5a40d6088956d2c57a15bb0b7698014bc (diff) |
Fix -r flag0.9.2
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[]) { |