From: jmc Date: Fri, 18 Nov 2022 11:07:10 +0000 (+0000) Subject: zap errant space in usage(); X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3b1c7be10da6dd450454bb160822ab66477c327a;p=openbsd zap errant space in usage(); --- diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 5f41d3fd15b..9a58bdafa99 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.222 2022/11/17 20:51:39 job Exp $ */ +/* $OpenBSD: main.c,v 1.223 2022/11/18 11:07:10 jmc Exp $ */ /* * Copyright (c) 2021 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -1376,7 +1376,7 @@ usage: fprintf(stderr, "usage: rpki-client [-BcjnoRrVv] [-b sourceaddr] [-d cachedir]" " [-e rsync_prog]\n" - " [-H fqdn ] [-S skiplist] [-s timeout] [-T table]" + " [-H fqdn] [-S skiplist] [-s timeout] [-T table]" " [-t tal]\n" " [outputdir]\n" " rpki-client [-Vv] [-d cachedir] [-j] [-t tal] -f file ..."