Commit 4e076495 authored by Pete Zaitcev's avatar Pete Zaitcev

Add -f to usage message.

parent 6ed3443e
......@@ -6,6 +6,7 @@
* Usage: rarp -d hostname Delete entry
* rarp -s hostname ethernet_address Add entry
* rarp -a Print entries
* rarp -f Add frop /etc/ethers
*
* Rewritten: Phil Blundell <Philip.Blundell@pobox.com> 1997-08-03
*
......@@ -181,6 +182,8 @@ static void usage(void)
" rarp -d hostname delete entry from cache.\n"));
fprintf(stderr, NLS_CATGETS(catfd, rarpSet, rarp_usage3,
" rarp [-t hwtype] -s hostname hwaddr add entry to cache.\n"));
fprintf(stderr, NLS_CATGETS(catfd, rarpSet, rarp_usage3a,
" rarp -f add entries from ethers.\n"));
fprintf(stderr, NLS_CATGETS(catfd, rarpSet, rarp_usage4,
" rarp -V display program version.\n"));
NLS_CATCLOSE(catfd)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment