summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/main.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2023-05-25 12:52:57 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2023-05-25 12:52:57 +0000
commit8325393045143409315e7b00cd2f05b17761c753 (patch)
tree056f83d3d936593879da404e643c45cefe07e9fd /usr.sbin/rpki-client/main.c
parent388d6495e47e38de97f700e77045550edc3f90a4 (diff)
Update usage add -P epoch
Diffstat (limited to 'usr.sbin/rpki-client/main.c')
-rw-r--r--usr.sbin/rpki-client/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c
index 0b899c4aed1..897b9a3548e 100644
--- a/usr.sbin/rpki-client/main.c
+++ b/usr.sbin/rpki-client/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.236 2023/04/27 08:37:53 beck Exp $ */
+/* $OpenBSD: main.c,v 1.237 2023/05/25 12:52:56 claudio Exp $ */
/*
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -1466,9 +1466,9 @@ usage:
fprintf(stderr,
"usage: rpki-client [-ABcjmnoRrVv] [-b sourceaddr] [-d cachedir]"
" [-e rsync_prog]\n"
- " [-H fqdn] [-S skiplist] [-s timeout] [-T table]"
- " [-t tal]\n"
- " [outputdir]\n"
+ " [-H fqdn] [-P epoch] [-S skiplist] [-s timeout]"
+ " [-T table]\n"
+ " [-t tal] [outputdir]\n"
" rpki-client [-Vv] [-d cachedir] [-j] [-t tal] -f file ..."
"\n");
return 1;