From: claudio Date: Thu, 4 Feb 2021 09:57:37 +0000 (+0000) Subject: Fix an overly long line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ac4fa4989d2bdcf1a668edc553b9d45d0f95494e;p=openbsd Fix an overly long line --- diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index fd002e04379..cb67b0951a2 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.94 2021/02/04 08:21:50 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.95 2021/02/04 09:57:37 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -1127,6 +1127,7 @@ usage: fprintf(stderr, "usage: rpki-client [-Bcjnov] [-b sourceaddr] [-d cachedir]" " [-e rsync_prog]\n" - " [-s timeout] [-T table] [-t tal] [outputdir]\n"); + " [-s timeout] [-T table] [-t tal]" + " [outputdir]\n"); return 1; }