Revision 9851484f ui/cocoa.m

b/ui/cocoa.m
872 872
            if (opt[1] == '-') {
873 873
                opt++;
874 874
            }
875
            if (!strcmp(opt, "-vnc") ||
875
            if (!strcmp(opt, "-h") || !strcmp(opt, "-help") ||
876
                !strcmp(opt, "-vnc") ||
876 877
                !strcmp(opt, "-nographic") ||
877 878
                !strcmp(opt, "-version") ||
878 879
                !strcmp(opt, "-curses")) {

Also available in: Unified diff