From 4ca7c46fea3e06937d81496645ccd62d44aaa33d Mon Sep 17 00:00:00 2001 From: "fredrik@DOLDA2000.COM" Date: Mon, 27 Jun 2005 15:07:11 +0000 Subject: [PATCH] Fixed the help message. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@280 959494ce-11ee-0310-bf91-de5d638817bd --- src/icmpdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.11.0