From ac4fa4989d2bdcf1a668edc553b9d45d0f95494e Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 4 Feb 2021 09:57:37 +0000 Subject: [PATCH] Fix an overly long line --- usr.sbin/rpki-client/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } -- 2.20.1