diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-07-23 00:31:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-07-23 00:31:32 +0000 |
commit | d76f83e51fa4a42f79a777af15b8e1e45ad286ec (patch) | |
tree | bbe3a987bc817de8f7e0c572691c013cef39569a /usr.sbin | |
parent | 8affa9a2dbbe586400c7636cab9d8e9607041129 (diff) |
delete a stray blank from the usage() message; reported by Jesper Wallin
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/switchd/switchd.c | 4 |
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); |