summaryrefslogtreecommitdiffstats
path: root/swaybar/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/main.c')
-rw-r--r--swaybar/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/main.c b/swaybar/main.c
index 98b75aee..66077592 100644
--- a/swaybar/main.c
+++ b/swaybar/main.c
@@ -1194,7 +1194,7 @@ int main(int argc, char **argv) {
1194 {"version", no_argument, NULL, 'v'}, 1194 {"version", no_argument, NULL, 'v'},
1195 {"socket", required_argument, NULL, 's'}, 1195 {"socket", required_argument, NULL, 's'},
1196 {"bar_id", required_argument, NULL, 'b'}, 1196 {"bar_id", required_argument, NULL, 'b'},
1197 {"debug", required_argument, NULL, 'd'}, 1197 {"debug", no_argument, NULL, 'd'},
1198 {0, 0, 0, 0} 1198 {0, 0, 0, 0}
1199 }; 1199 };
1200 1200