1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

sync usage();

This commit is contained in:
jmc 2006-08-10 20:11:02 +00:00
parent a01af3afa1
commit a5147afeab

View File

@ -1,4 +1,4 @@
/* $OpenBSD: traceroute6.c,v 1.39 2005/05/03 01:01:14 djm Exp $ */
/* $OpenBSD: traceroute6.c,v 1.40 2006/08/10 20:11:02 jmc Exp $ */
/* $KAME: traceroute6.c,v 1.63 2002/10/24 12:53:25 itojun Exp $ */
/*
@ -1339,6 +1339,6 @@ usage(void)
fprintf(stderr,
"usage: traceroute6 [-dIlnrv] [-f firsthop] [-g gateway] [-m hoplimit]\n"
" [-p port] [-q probes] [-s src] [-w waittime] target [datalen]\n");
" [-p port] [-q probes] [-s src] [-w waittime] host [datalen]\n");
exit(1);
}