mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Sync utility's usage() with manpage's SYNOPSIS.
This commit is contained in:
parent
2d20d32344
commit
f6385e481e
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue