From: fredrik@DOLDA2000.COM Date: Mon, 27 Jun 2005 15:07:11 +0000 (+0000) Subject: Fixed the help message. X-Git-Url: http://dolda2000.com/gitweb/?p=icmp-dn.git;a=commitdiff_plain;h=4ca7c46fea3e06937d81496645ccd62d44aaa33d Fixed the help message. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@280 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/src/icmpdnd.c b/src/icmpdnd.c index 5ab19f6..49d1b5c 100644 --- a/src/icmpdnd.c +++ b/src/icmpdnd.c @@ -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); } }