]> git.sur5r.net Git - i3/i3/commitdiff
-V actually does not take an argument (yet)
authorAxel Wagner <mail@merovius.de>
Thu, 11 Nov 2010 01:37:50 +0000 (02:37 +0100)
committerAxel Wagner <mail@merovius.de>
Thu, 11 Nov 2010 01:57:25 +0000 (02:57 +0100)
i3bar/src/main.c

index 9b6f9e12074b6af13a73eb3bd7aca1785d8961b4..22c85cc0a270f8d594900400f50a2ec8530996fc 100644 (file)
@@ -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);