artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1753de
)
Fix an overly long line
author
claudio
<claudio@openbsd.org>
Thu, 4 Feb 2021 09:57:37 +0000
(09:57 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 4 Feb 2021 09:57:37 +0000
(09:57 +0000)
usr.sbin/rpki-client/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/main.c
b/usr.sbin/rpki-client/main.c
index
fd002e0
..
cb67b09
100644
(file)
--- a/
usr.sbin/rpki-client/main.c
+++ b/
usr.sbin/rpki-client/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.9
4 2021/02/04 08:21:50
claudio Exp $ */
+/* $OpenBSD: main.c,v 1.9
5 2021/02/04 09:57:37
claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-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;
}