Date: Sat, 30 May 2020 19:54:32 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246697] bectl.c: sync help text to man page Message-ID: <bug-246697-227-FKmiFa9hfQ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246697-227@https.bugs.freebsd.org/bugzilla/> References: <bug-246697-227@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=3D246697 --- Comment #1 from Kyle Evans <kevans@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=3Dvalue | -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 optio= ns are philosophically at odds with each other; one is specifically meant to k= eep 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 d= own before bectl returns. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246697-227-FKmiFa9hfQ>