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

add -e to usage; while here, change the argument name to -T from tableid

to rtable, to match the man page;
This commit is contained in:
jmc 2019-03-05 06:47:12 +00:00
parent 57a427ec99
commit 7482ffbef3

View File

@ -1,4 +1,4 @@
/* $OpenBSD: main.c,v 1.114 2019/03/04 21:32:26 dlg Exp $ */
/* $OpenBSD: main.c,v 1.115 2019/03/05 06:47:12 jmc Exp $ */
/* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
/*
@ -446,9 +446,9 @@ usage(void)
{
(void)fprintf(stderr,
"usage: %s [-AaBln] [-f address_family] [-M core] [-N system]\n"
" %s [-bdFgilmnqrstu] [-f address_family] [-M core] [-N system]\n"
" [-T tableid]\n"
" %s [-bdhn] [-c count] [-I interface] [-M core] [-N system] [-w wait]\n"
" %s [-bdeFgilmnqrstu] [-f address_family] [-M core] [-N system]\n"
" [-T rtable]\n"
" %s [-bdehn] [-c count] [-I interface] [-M core] [-N system] [-w wait]\n"
" %s [-v] [-M core] [-N system] -P pcbaddr\n"
" %s [-s] [-M core] [-N system] [-p protocol]\n"
" %s [-a] [-f address_family] [-i | -I interface]\n"