rearrange SYNOPSIS/usage to be a bit clearer;
authorjmc <jmc@openbsd.org>
Sun, 23 Jan 2022 18:40:55 +0000 (18:40 +0000)
committerjmc <jmc@openbsd.org>
Sun, 23 Jan 2022 18:40:55 +0000 (18:40 +0000)
discussed with and ok claudio

usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/rpki-client.8

index 746f0c4..3955c77 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.183 2022/01/23 12:09:24 claudio Exp $ */
+/*     $OpenBSD: main.c,v 1.184 2022/01/23 18:40:55 jmc Exp $ */
 /*
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -1282,6 +1282,6 @@ usage:
            " [-e rsync_prog]\n"
            "                   [-s timeout] [-T table] [-t tal]"
            " [outputdir]\n"
-           "       rpki-client -f [-Vv] [-d cachedir] [-t tal] file ...\n");
+           "       rpki-client [-Vv] [-d cachedir] [-t tal] -f file ...\n");
        return 1;
 }
index 262a165..04804ac 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: rpki-client.8,v 1.53 2022/01/23 07:21:12 claudio Exp $
+.\"    $OpenBSD: rpki-client.8,v 1.54 2022/01/23 18:40:55 jmc Exp $
 .\"
 .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
 .\"
 .Op Fl t Ar tal
 .Op Ar outputdir
 .Nm
-.Fl f
 .Op Fl Vv
 .Op Fl d Ar cachedir
 .Op Fl t Ar tal
-.Ar file ...
+.Fl f
+.Ar
 .Sh DESCRIPTION
 The
 .Nm