commit bba72fb21aabb45770d22a21bc8f2261dc13c7fc
parent 06f6552eeda696242201cc0997d1e36cb45a7103
Author: Christoph Gysin <christoph.gysin@gmail.com>
Date: Sat, 23 Jan 2016 21:21:34 +0200
swaybar: debug option takes no argument
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swaybar/main.c b/swaybar/main.c
@@ -1194,7 +1194,7 @@ int main(int argc, char **argv) {
{"version", no_argument, NULL, 'v'},
{"socket", required_argument, NULL, 's'},
{"bar_id", required_argument, NULL, 'b'},
- {"debug", required_argument, NULL, 'd'},
+ {"debug", no_argument, NULL, 'd'},
{0, 0, 0, 0}
};