Skip to content

Commit

Permalink
printed the -l option in usage().
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed May 8, 2001
1 parent fb27196 commit e96db92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/kame/bindtest/bindtest.c
@@ -1,4 +1,4 @@
/* $KAME: bindtest.c,v 1.27 2001/05/08 22:12:23 jinmei Exp $ */
/* $KAME: bindtest.c,v 1.28 2001/05/08 22:13:01 jinmei Exp $ */

/*
* Copyright (C) 2000 USAGI/WIDE Project.
Expand Down Expand Up @@ -222,7 +222,7 @@ static void
usage()
{

fprintf(stderr, "usage: bindtest [-[1|2]6APst] -p port\n");
fprintf(stderr, "usage: bindtest [-[1|2]6APlst] -p port\n");
}

static struct addrinfo *
Expand Down

0 comments on commit e96db92

Please sign in to comment.