summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-04-18 00:00:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-04-18 00:00:59 +0000
commitdf2ee33b35fad002c2728cb9b290d73b395abd4d (patch)
treee0c05036c1fe60585c8beb78218a8f2f57adcbef /usr.sbin
parent7fadaa63439aae263847d18ae01eea4337a6d82c (diff)
improve whitespaces in usage
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpki-client/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c
index f6abd495cce..8393cef4973 100644
--- a/usr.sbin/rpki-client/main.c
+++ b/usr.sbin/rpki-client/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.63 2020/04/16 17:01:01 claudio Exp $ */
+/* $OpenBSD: main.c,v 1.64 2020/04/18 00:00:58 deraadt Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -1688,6 +1688,6 @@ usage:
fprintf(stderr,
"usage: rpki-client [-Bcfjnov] [-b sourceaddr] [-d cachedir]"
" [-e rsync_prog]\n"
- " [-T table] [-t tal] [outputdir]\n");
+ " [-T table] [-t tal] [outputdir]\n");
return 1;
}