From: op Date: Sun, 7 Aug 2022 07:43:53 +0000 (+0000) Subject: zap extra space in usage added by mistake in last commit. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=17276fc56af1cdc47949feed98f4af47153f0150;p=openbsd zap extra space in usage added by mistake in last commit. --- diff --git a/usr.sbin/slowcgi/slowcgi.c b/usr.sbin/slowcgi/slowcgi.c index ddf83f965d0..9a0f8b5656d 100644 --- a/usr.sbin/slowcgi/slowcgi.c +++ b/usr.sbin/slowcgi/slowcgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: slowcgi.c,v 1.63 2022/08/06 17:11:36 op Exp $ */ +/* $OpenBSD: slowcgi.c,v 1.64 2022/08/07 07:43:53 op Exp $ */ /* * Copyright (c) 2013 David Gwynne * Copyright (c) 2013 Florian Obser @@ -254,7 +254,7 @@ usage(void) extern char *__progname; fprintf(stderr, "usage: %s [-dv] [-p path] [-s socket] [-t timeout] [-U user] " - " [-u user]\n", __progname); + "[-u user]\n", __progname); exit(1); }