mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 05:33:17 +00:00
longopt minor fix
This commit is contained in:
parent
10eb58667b
commit
e121258426
|
@ -41,6 +41,7 @@ int main(int argc, char **argv) {
|
||||||
{"version", no_argument, NULL, 'v'},
|
{"version", no_argument, NULL, 'v'},
|
||||||
{"verbose", no_argument, &verbose, 1},
|
{"verbose", no_argument, &verbose, 1},
|
||||||
{"get-socketpath", no_argument, NULL, 'p'},
|
{"get-socketpath", no_argument, NULL, 'p'},
|
||||||
|
{0,0,0,0}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Signal handling */
|
/* Signal handling */
|
||||||
|
|
Loading…
Reference in a new issue