mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-28 22:23:42 +01:00
longopt minor fix
This commit is contained in:
parent
10eb58667b
commit
e121258426
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ int main(int argc, char **argv) {
|
|||
{"version", no_argument, NULL, 'v'},
|
||||
{"verbose", no_argument, &verbose, 1},
|
||||
{"get-socketpath", no_argument, NULL, 'p'},
|
||||
{0,0,0,0}
|
||||
};
|
||||
|
||||
/* Signal handling */
|
||||
|
|
Loading…
Reference in a new issue