Update usage add -P epoch
authorclaudio <claudio@openbsd.org>
Thu, 25 May 2023 12:52:56 +0000 (12:52 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 25 May 2023 12:52:56 +0000 (12:52 +0000)
usr.sbin/rpki-client/main.c

index 0b899c4..897b9a3 100644 (file)
@@ -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;