]> git.marmaro.de Git - mmh/blobdiff - uip/inc.c
Document the -port switch to inc. Also, fix the -port switch to inc so
[mmh] / uip / inc.c
index 72c79b70f9b615d4c410d591f1af4b595b34f0a3..12da6ba15585ea9d988098a4f55c03b82a5b189e 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -335,7 +335,7 @@ main (int argc, char **argv)
                continue;
 
            case PORTSW:
-               if (!(host = *argp++) || *port == '-')
+               if (!(port = *argp++) || *port == '-')
                    adios (NULL, "missing argument to %s", argp[-2]);
                continue;