Sync utility's usage() with manpage's SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2006-09-29 16:07:44 +00:00
parent 2d20d32344
commit f6385e481e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162795

View File

@ -627,8 +627,8 @@ usage(void)
" arp [-n] [-i interface] -a",
" arp -d hostname [pub]",
" arp -d [-i interface] -a",
" arp -s hostname ether_addr [temp] [pub]",
" arp -S hostname ether_addr [temp] [pub]",
" arp -s hostname ether_addr [temp] [pub [only]]",
" arp -S hostname ether_addr [temp] [pub [only]]",
" arp -f filename");
exit(1);
}