summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-07-27 04:34:36 +0000
committerderaadt <deraadt@openbsd.org>1998-07-27 04:34:36 +0000
commit73e28ddb5c7c4dc1cfa806eee94cbd6c67f009f4 (patch)
tree7277108978b3756f30b80e9e3ceaa602334d7ece
parentupdate to ncurses-4.2-980725 (diff)
downloadwireguard-openbsd-73e28ddb5c7c4dc1cfa806eee94cbd6c67f009f4.tar.xz
wireguard-openbsd-73e28ddb5c7c4dc1cfa806eee94cbd6c67f009f4.zip
fix usage
-rw-r--r--usr.sbin/rarpd/rarpd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c
index 8b33b0f1062..ccb2557f3d7 100644
--- a/usr.sbin/rarpd/rarpd.c
+++ b/usr.sbin/rarpd/rarpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rarpd.c,v 1.21 1998/07/13 06:58:48 deraadt Exp $ */
+/* $OpenBSD: rarpd.c,v 1.22 1998/07/27 04:34:36 deraadt Exp $ */
/* $NetBSD: rarpd.c,v 1.25 1998/04/23 02:48:33 mrg Exp $ */
/*
@@ -28,7 +28,7 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char rcsid[] = "$OpenBSD: rarpd.c,v 1.21 1998/07/13 06:58:48 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: rarpd.c,v 1.22 1998/07/27 04:34:36 deraadt Exp $";
#endif
@@ -293,8 +293,8 @@ init_all()
void
usage()
{
- (void) fprintf(stderr, "usage: rarpd -a [ -d -f ]\n");
- (void) fprintf(stderr, " rarpd [ -d -f ] interface\n");
+ (void) fprintf(stderr, "usage: rarpd -a [-dfl]\n");
+ (void) fprintf(stderr, " rarpd [-dfl] interface\n");
exit(1);
}