From: job Date: Wed, 19 Jan 2022 17:15:08 +0000 (+0000) Subject: Add -f to usage in main routine X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9c1e5562d7d86319839f2142a88e9099409dc83d;p=openbsd Add -f to usage in main routine OK tb@ --- 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 * Copyright (c) 2019 Kristaps Dzonsons @@ -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; }