Fixed the help message.
authorfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 27 Jun 2005 15:07:11 +0000 (15:07 +0000)
committerfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 27 Jun 2005 15:07:11 +0000 (15:07 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@280 959494ce-11ee-0310-bf91-de5d638817bd

src/icmpdnd.c

index 5ab19f6..49d1b5c 100644 (file)
@@ -185,7 +185,7 @@ int main(int argc, char **argv)
        case '?':
        case ':':
        default:
-           fprintf(stderr, "usage: icmpdnd [-n]");
+           fprintf(stderr, "usage: icmpdnd [-nh] [-t ttl] [-d domainname]\n");
            exit((c == 'h')?0:1);
        }
     }