diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-01-23 18:40:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-01-23 18:40:56 +0000 |
commit | 7bfa5eacf87f789412f369976ec490070195307f (patch) | |
tree | 176c995336cd57583b4020b46b66a09220c89563 /usr.sbin | |
parent | dc58e2f7879c9c742c97133bce965ef4db714992 (diff) |
rearrange SYNOPSIS/usage to be a bit clearer;
discussed with and ok claudio
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/main.c | 4 | ||||
-rw-r--r-- | usr.sbin/rpki-client/rpki-client.8 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 746f0c4d029..3955c776437 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -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; } diff --git a/usr.sbin/rpki-client/rpki-client.8 b/usr.sbin/rpki-client/rpki-client.8 index 262a165cd22..04804ac0de6 100644 --- a/usr.sbin/rpki-client/rpki-client.8 +++ b/usr.sbin/rpki-client/rpki-client.8 @@ -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> .\" @@ -31,11 +31,11 @@ .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 |