summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-07-23 00:31:31 +0000
committerschwarze <schwarze@openbsd.org>2019-07-23 00:31:31 +0000
commit7dc362a42180f53cd2769c6eae8bd008c7b60a7e (patch)
tree8e647346dcb939b11738eaaaa3c12265cda53c1f /usr.sbin/switchd
parentUse mnemonic IPPORT_HILASTAUTO (diff)
downloadwireguard-openbsd-7dc362a42180f53cd2769c6eae8bd008c7b60a7e.tar.xz
wireguard-openbsd-7dc362a42180f53cd2769c6eae8bd008c7b60a7e.zip
delete a stray blank from the usage() message; reported by Jesper Wallin
Diffstat (limited to 'usr.sbin/switchd')
-rw-r--r--usr.sbin/switchd/switchd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/switchd/switchd.c b/usr.sbin/switchd/switchd.c
index d2521e0bd0b..8877dcafe30 100644
--- a/usr.sbin/switchd/switchd.c
+++ b/usr.sbin/switchd/switchd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: switchd.c,v 1.17 2019/07/22 09:19:52 mestre Exp $ */
+/* $OpenBSD: switchd.c,v 1.18 2019/07/23 00:31:31 schwarze Exp $ */
/*
* Copyright (c) 2013-2016 Reyk Floeter <reyk@openbsd.org>
@@ -62,7 +62,7 @@ __dead void
usage(void)
{
extern const char *__progname;
- fprintf(stderr, "usage: %s [-dnv] [-c cachesize] [-D macro=value] "
+ fprintf(stderr, "usage: %s [-dnv] [-c cachesize] [-D macro=value] "
"[-f file] [-t timeout]\n",
__progname);
exit(1);