On Sat, Jan 28, 2017 at 11:17:19AM -0500, Michael Reed wrote: > One of the examples is broken: > > $ acme-client -vN www.example.com > acme-client: unknown option -- N > usage: acme-client [-ADFnrv] [-f configfile] domain > > This commit [0] makes me think that -D should be used instead, but > I'm not sure. >
correct (at least, going by that log) > P.s.: This man page also contains a reference to a non-existant Challenges > section (".Sx Challenges"); I haven't included a patch as I don't know how > best to address it. > the Challenges section got removed in -r1.11, but the reference was never updated, in a piece of sloppy editing by a developer who shall remain nameless. both issues fixed now. thanks for the mail. jmc > [0]: > https://github.com/openbsd/src/commit/2453e683be3ff3f89bf7f499869580fa120a059d > > > > Index: acme-client.1 > =================================================================== > RCS file: /cvs/src/usr.sbin/acme-client/acme-client.1,v > retrieving revision 1.19 > diff -u -p -r1.19 acme-client.1 > --- acme-client.1 21 Jan 2017 15:53:15 -0000 1.19 > +++ acme-client.1 28 Jan 2017 16:11:39 -0000 > @@ -104,7 +104,7 @@ as in the > .Sx Challenges > section: > .Pp > -.Dl # acme-client -vN www.example.com > +.Dl # acme-client -vD www.example.com > .Pp > A daily > .Xr cron 8 >