mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
swaybar: debug option takes no argument
This commit is contained in:
parent
06f6552eed
commit
bba72fb21a
@ -1194,7 +1194,7 @@ int main(int argc, char **argv) {
|
|||||||
{"version", no_argument, NULL, 'v'},
|
{"version", no_argument, NULL, 'v'},
|
||||||
{"socket", required_argument, NULL, 's'},
|
{"socket", required_argument, NULL, 's'},
|
||||||
{"bar_id", required_argument, NULL, 'b'},
|
{"bar_id", required_argument, NULL, 'b'},
|
||||||
{"debug", required_argument, NULL, 'd'},
|
{"debug", no_argument, NULL, 'd'},
|
||||||
{0, 0, 0, 0}
|
{0, 0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user