[Bug 246697] bectl.c: sync help text to man page
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 30 19:54:32 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246697
--- Comment #1 from Kyle Evans <kevans at freebsd.org> ---
Mostly LGTM -- there's one change that I don't think I agree with, but it's
wrong in the manpage too (which is the version you changed it to):
> bectl jail [-bU] [{-o key=value | -u key}]...
-b and -U are mutually exclusive options, as they were represented before. We
should also fix the manpage to reflect that (I can follow up with this) and
perhaps make `bectl jail` actually error out. The problem is that the options
are philosophically at odds with each other; one is specifically meant to keep
the jail around and not do anything interactive with it because the caller will
operate on it, while the other implies that the jail+mount should be torn down
before bectl returns.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list