mirror of
https://github.com/i3/i3.git
synced 2026-03-01 13:23:36 +00:00
If getopt() returns '?' (option with a missing argument), exit the program with an error code rather than continuing the execution. Fix the issue #2804 (https://github.com/i3/i3/issues/2804).