Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2023 04:09:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 272260] bectl(8) usage: -?
Message-ID:  <bug-272260-9-XnD2ezzRHK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272260-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272260-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272260

--- 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 nee=
d a
vertical bar. You'll get confusing output if you try to do `bectl -\?h` bec=
ause
we don't use getopt(3) here; it's just a couple of hand-rolled strcmp() sin=
ce
there's only all of three options (-h, -?, -r) and two of them are synonyms
anyways.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272260-9-XnD2ezzRHK>