From: Axel Wagner Date: Thu, 11 Nov 2010 01:37:50 +0000 (+0100) Subject: -V actually does not take an argument (yet) X-Git-Tag: 4.0.1~7^2~42 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d5e3b58d479f73cbdec4e7cb8b19e9dbead7837f;p=i3%2Fi3 -V actually does not take an argument (yet) --- diff --git a/i3bar/src/main.c b/i3bar/src/main.c index 9b6f9e12..22c85cc0 100644 --- a/i3bar/src/main.c +++ b/i3bar/src/main.c @@ -121,7 +121,7 @@ int main(int argc, char **argv) { { NULL, 0, 0, 0} }; - while ((opt = getopt_long(argc, argv, "s:c:mf:hvV:A:B:C:D:E:F:G:H:", long_opt, &option_index)) != -1) { + while ((opt = getopt_long(argc, argv, "s:c:mf:hvVA:B:C:D:E:F:G:H:", long_opt, &option_index)) != -1) { switch (opt) { case 's': socket_path = expand_path(optarg);