From: claudio Date: Thu, 25 May 2023 12:52:56 +0000 (+0000) Subject: Update usage add -P epoch X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=31d17708df44d0b0ed0584e3f62112678fbf2f49;p=openbsd Update usage add -P epoch --- 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 * Copyright (c) 2019 Kristaps Dzonsons @@ -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;