sway/swaymsg
Christoph Gysin 923c3245ac Fix option parsing
Using 'flag' results in duplicate code paths for short and long options.

This broke the -q short option in swaymsg, because there was:

 {"quiet", no_argument, &quiet, 'q'}

Which will set quiet to 'q' and return 0, not 'q'.
2015-11-28 23:50:44 +02:00
..
CMakeLists.txt Add swaymsg subproject 2015-11-26 12:41:24 -05:00
main.c Fix option parsing 2015-11-28 23:50:44 +02:00