summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppoll/yppoll.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-02-18 23:22:33 +0000
committerjmc <jmc@openbsd.org>2007-02-18 23:22:33 +0000
commitc25d71fca3ee8afb689cd148e7d325b80c6f3f9f (patch)
tree1c2aa47c782535e73175025aac69e945c37f62bb /usr.sbin/yppoll/yppoll.c
parenttidy up synopsis and usage(); partly from Igor Sobrado (diff)
downloadwireguard-openbsd-c25d71fca3ee8afb689cd148e7d325b80c6f3f9f.tar.xz
wireguard-openbsd-c25d71fca3ee8afb689cd148e7d325b80c6f3f9f.zip
tidy up synopsis and usage(); from Igor Sobrado
Diffstat (limited to 'usr.sbin/yppoll/yppoll.c')
-rw-r--r--usr.sbin/yppoll/yppoll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index 901cce7ee53..936a01c37d3 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $ */
+/* $OpenBSD: yppoll.c,v 1.11 2007/02/18 23:32:02 jmc Exp $ */
/* $NetBSD: yppoll.c,v 1.5 1996/05/13 02:46:36 thorpej Exp $ */
/*
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $";
+static char rcsid[] = "$Id: yppoll.c,v 1.11 2007/02/18 23:32:02 jmc Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -55,7 +55,7 @@ static char rcsid[] = "$Id: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $";
static void
usage(void)
{
- fprintf(stderr, "Usage: yppoll [-h host] [-d domainname] mapname\n");
+ fprintf(stderr, "usage: yppoll [-d domain] [-h host] mapname\n");
exit(1);
}