Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
4e076495
Commit
4e076495
authored
May 28, 1998
by
Pete Zaitcev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -f to usage message.
parent
6ed3443e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
rarp.c
rarp.c
+3
-0
No files found.
rarp.c
View file @
4e076495
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment