diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-12-06 16:31:47 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-12-06 16:31:47 +0000 |
| commit | 904b32a9c95b533e1f9635468ea6ae533bfcb062 (patch) | |
| tree | a3052a1b5d9dcea187fa4047588773cbc294f5b6 /usr.sbin | |
| parent | 7525853ce733b193b5cb7e4bd36b1fb2da860ec0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/rarpd/rarpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index f09c1d6681219..ccc7eb1721d36 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -27,7 +27,7 @@ The Regents of the University of California. All rights reserved.\n"; #ifndef lint static const char rcsid[] = - "$Id: rarpd.c,v 1.18 1998/01/16 17:38:54 bde Exp $"; + "$Id: rarpd.c,v 1.19 1998/04/02 13:20:15 roberto Exp $"; #endif /* not lint */ /* @@ -400,7 +400,7 @@ init(target) static void usage() { - (void)fprintf(stderr, "usage: rarpd [-afnv] [interface]\n"); + (void)fprintf(stderr, "usage: rarpd [-afsv] [interface]\n"); exit(1); } |
