diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-01-19 17:15:09 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-01-19 17:15:09 +0000 |
commit | ba685cd70cb9cf47e3e1de64b1d0ba2c8e6264cf (patch) | |
tree | 9a4ca9c526d06229e6bd6ce66c4592a03f5c4e48 /usr.sbin | |
parent | 9dd08c9bcaaaaf2375480c6959dcb462eb84353d (diff) |
Add -f to usage in main routine
OK tb@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 99480641e57..d372cb47ccb 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.178 2022/01/19 15:50:31 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.179 2022/01/19 17:15:08 job Exp $ */ /* * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -1291,7 +1291,7 @@ usage: fprintf(stderr, "usage: rpki-client [-BcjnoRrVv] [-b sourceaddr] [-d cachedir]" " [-e rsync_prog]\n" - " [-s timeout] [-T table] [-t tal]" + " [-f file] [-s timeout] [-T table] [-t tal]" " [outputdir]\n"); return 1; } |