aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg/main.c')
-rw-r--r--swaymsg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index 60536e48..574d3b75 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -343,7 +343,7 @@ int main(int argc, char **argv) {
343 343
344 sway_log_init(SWAY_INFO, NULL); 344 sway_log_init(SWAY_INFO, NULL);
345 345
346 static struct option long_options[] = { 346 static const struct option long_options[] = {
347 {"help", no_argument, NULL, 'h'}, 347 {"help", no_argument, NULL, 'h'},
348 {"monitor", no_argument, NULL, 'm'}, 348 {"monitor", no_argument, NULL, 'm'},
349 {"pretty", no_argument, NULL, 'p'}, 349 {"pretty", no_argument, NULL, 'p'},