summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2020-04-18 00:00:58 +0000
committerderaadt <deraadt@openbsd.org>2020-04-18 00:00:58 +0000
commite38ea769ae14f93023c4db9718a7941f99ab67b3 (patch)
tree894d827b25ac743cf0e5292e7852564565f6c89e /usr.sbin/rpki-client
parentFix an incorrect test for root in drm linux compatiblity code. (diff)
downloadwireguard-openbsd-e38ea769ae14f93023c4db9718a7941f99ab67b3.tar.xz
wireguard-openbsd-e38ea769ae14f93023c4db9718a7941f99ab67b3.zip
improve whitespaces in usage
Diffstat (limited to 'usr.sbin/rpki-client')
-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;
}