]> git.wh0rd.org - patches.git/blob - portmap-help.patch
initial import
[patches.git] / portmap-help.patch
1 diff --git a/portmap.c b/portmap.c
2 index 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 }