swaybar: debug option takes no argument

master
Christoph Gysin 9 years ago
parent 06f6552eed
commit bba72fb21a

@ -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}
};

Loading…
Cancel
Save