bectl(8): missing flag in the help message

Flag -o for destroy subcommand is missing in the help message,
but present in the man page. Fix it.

PR:		249325
Approved by:	kevans
Differential Revision:	https://reviews.freebsd.org/D26429
This commit is contained in:
Luca Pizzamiglio 2020-10-30 19:37:34 +00:00
parent ae9cafd919
commit 6c0ecdd095
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367183

View File

@ -78,7 +78,7 @@ usage(bool explicit)
"\tbectl check\n"
"\tbectl create [-r] [-e {nonActiveBe | beName@snapshot}] beName\n"
"\tbectl create [-r] beName@snapshot\n"
"\tbectl destroy [-F] {beName | beName@snapshot}\n"
"\tbectl destroy [-Fo] {beName | beName@snapshot}\n"
"\tbectl export sourceBe\n"
"\tbectl import targetBe\n"
"\tbectl jail {-b | -U} [{-o key=value | -u key}]... "