summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2017-01-21 08:49:59 +0000
committerflorian <florian@openbsd.org>2017-01-21 08:49:59 +0000
commitd3f3e3a5077b5d3a8695e49dc63b6503bf084a97 (patch)
treeccb5ecb3dea9b0c8f061105a6bcb13f5d32531a8
parentkill remote with fire, we need to handle this differently (diff)
downloadwireguard-openbsd-d3f3e3a5077b5d3a8695e49dc63b6503bf084a97.tar.xz
wireguard-openbsd-d3f3e3a5077b5d3a8695e49dc63b6503bf084a97.zip
typo; ok benno
-rw-r--r--usr.sbin/acme-client/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/main.c b/usr.sbin/acme-client/main.c
index 790e4956259..fc516b0cb24 100644
--- a/usr.sbin/acme-client/main.c
+++ b/usr.sbin/acme-client/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.20 2017/01/21 08:48:11 florian Exp $ */
+/* $Id: main.c,v 1.21 2017/01/21 08:49:59 florian Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -175,7 +175,7 @@ main(int argc, char *argv[])
}
if (!(popts & ACME_OPT_NEWACCT) && -1 == access(acctkey, R_OK)) {
- warnx("%s: -f file must exist", acctkey);
+ warnx("%s: account key file must exist", acctkey);
ne++;
} else if ((popts & ACME_OPT_NEWACCT) && -1 != access(acctkey, R_OK)) {
dodbg("%s: account key exists (not creating)", acctkey);