summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl/gpioctl.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-11-24 15:27:52 +0000
committerjmc <jmc@openbsd.org>2008-11-24 15:27:52 +0000
commit212d975fe11d18845e570b88cf6c3a274b715c3c (patch)
treec2e3544942fe1c76b7c2adb18b3f9a074bcb050b /usr.sbin/gpioctl/gpioctl.c
parentMCLADDREFERENCE() was the last user of MBUFLOCK() inline the code and remove (diff)
downloadwireguard-openbsd-212d975fe11d18845e570b88cf6c3a274b715c3c.tar.xz
wireguard-openbsd-212d975fe11d18845e570b88cf6c3a274b715c3c.zip
- tweak previous
- kill .Tn
Diffstat (limited to 'usr.sbin/gpioctl/gpioctl.c')
-rw-r--r--usr.sbin/gpioctl/gpioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c
index bc638155a50..408ae38df84 100644
--- a/usr.sbin/gpioctl/gpioctl.c
+++ b/usr.sbin/gpioctl/gpioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpioctl.c,v 1.8 2008/11/24 14:11:58 mbalmer Exp $ */
+/* $OpenBSD: gpioctl.c,v 1.9 2008/11/24 15:27:52 jmc Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -289,9 +289,9 @@ usage(void)
__progname);
fprintf(stderr, " %s [-q] [-d device] -c pin [flags]\n",
__progname);
- fprintf(stderr, " %s [-A device] -o offset -m mask\n",
+ fprintf(stderr, " %s -A device -o offset -m mask\n",
__progname);
- fprintf(stderr, " %s [-D device]\n", __progname);
+ fprintf(stderr, " %s -D device\n", __progname);
exit(1);
}