]> git.wh0rd.org - patches.git/blame - portmap-help.patch
more random patches. who knows.
[patches.git] / portmap-help.patch
CommitLineData
5e993f12 1diff --git a/portmap.c b/portmap.c
2index 76cb6f5..e561415 100644
3--- a/portmap.c
4+++ b/portmap.c
5@@ -211,8 +211,8 @@ main(int argc, char **argv)
6 "-f: don't daemonize, log to standard error\n");
7 fprintf(stderr, "-t dir: chroot into dir\n");
8 fprintf(stderr, "-v: verbose logging\n");
9- fprintf(stderr, "-i address; bind to address\n");
10- fprintf(stderr, "-l: same as -l 127.0.0.1\n");
11+ fprintf(stderr, "-i address: bind to address\n");
12+ fprintf(stderr, "-l: same as -i 127.0.0.1\n");
13 exit(1);
14 }
15 }