summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-12-06 18:50:31 +0000
committerjmc <jmc@openbsd.org>2019-12-06 18:50:31 +0000
commit5818b3ebcac1e0da3fbcf0ecc78844f6d353f8df (patch)
treed816de08b5071dc8f14ad5761304ca54a07ee004 /usr.sbin/rpki-client
parentVarious cleanup tweaks. 'return' is not a function. KNF. Whitespace, (diff)
downloadwireguard-openbsd-5818b3ebcac1e0da3fbcf0ecc78844f6d353f8df.tar.xz
wireguard-openbsd-5818b3ebcac1e0da3fbcf0ecc78844f6d353f8df.zip
add -d to usage();
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r--usr.sbin/rpki-client/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c
index 14385a6d432..3093147efd6 100644
--- a/usr.sbin/rpki-client/main.c
+++ b/usr.sbin/rpki-client/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.55 2019/12/06 09:27:12 claudio Exp $ */
+/* $OpenBSD: main.c,v 1.56 2019/12/06 18:50:31 jmc Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -1688,7 +1688,8 @@ main(int argc, char *argv[])
usage:
fprintf(stderr,
- "usage: rpki-client [-Bcfjnov] [-b bind_addr] [-e rsync_prog]\n"
+ "usage: rpki-client [-Bcfjnov] [-b bind_addr] [-d cachedir]"
+ " [-e rsync_prog]\n"
" [-T table] [-t tal] [outputdir]\n");
return 1;
}