summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gpioctl
diff options
context:
space:
mode:
authorgrange <grange@openbsd.org>2005-11-17 10:18:18 +0000
committergrange <grange@openbsd.org>2005-11-17 10:18:18 +0000
commit5bcb752f51d6cbaccc17296c7e1772d749013fc4 (patch)
treec4d7f8ace5b7d97b876a49db5375e86046ce7c33 /usr.sbin/gpioctl
parentFix pastos; ok deraadt@. (diff)
downloadwireguard-openbsd-5bcb752f51d6cbaccc17296c7e1772d749013fc4.tar.xz
wireguard-openbsd-5bcb752f51d6cbaccc17296c7e1772d749013fc4.zip
Unbreak; noticed by evol@online.ptt.ru.
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r--usr.sbin/gpioctl/gpioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c
index 0e5250ef978..50e9ea09cf3 100644
--- a/usr.sbin/gpioctl/gpioctl.c
+++ b/usr.sbin/gpioctl/gpioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpioctl.c,v 1.3 2005/11/16 16:40:28 deraadt Exp $ */
+/* $OpenBSD: gpioctl.c,v 1.4 2005/11/17 10:18:18 grange Exp $ */
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@ -65,7 +65,7 @@ main(int argc, char *argv[])
int do_ctl = 0;
int pin = 0, value = 0;
- while ((ch = getopt(argc, argv, "cd:h")) != -1)
+ while ((ch = getopt(argc, argv, "cd:q")) != -1)
switch (ch) {
case 'c':
do_ctl = 1;