]> rtime.felk.cvut.cz Git - canping.git/commitdiff
Fixed -h switch (help)
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 15 Jun 2009 16:29:51 +0000 (18:29 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 15 Jun 2009 16:29:51 +0000 (18:29 +0200)
src/vca_canping.c

index fc5ed82b8701342a36de6bfe01d37247e654bf06..c3fbb075d101d2f42bd43cac4730cb099c2e61e5 100644 (file)
@@ -599,7 +599,7 @@ int parse_options(int argc, char *argv[])
        int c;
        
        opterr = 0;
-       while ((c = getopt (argc, argv, "bc:d:g:h:i:l:m:os:t:vw:yrR:")) != -1)
+       while ((c = getopt (argc, argv, "bc:d:g:hi:l:m:os:t:vw:yrR:")) != -1)
                switch (c)
                {
                case 'b':