[Bug 272260] bectl(8) usage: -?

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 28 Jun 2023 04:09:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

--- Comment #7 from Kyle Evans <kevans@freebsd.org> ---
(In reply to Graham Perrin from comment #4)

They're synonyms but they are in-fact mutually exclusive, so they would need a
vertical bar. You'll get confusing output if you try to do `bectl -\?h` because
we don't use getopt(3) here; it's just a couple of hand-rolled strcmp() since
there's only all of three options (-h, -?, -r) and two of them are synonyms
anyways.

-- 
You are receiving this mail because:
You are on the CC list for the bug.