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:
parent
ae9cafd919
commit
6c0ecdd095
@ -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}]... "
|
||||
|
Loading…
Reference in New Issue
Block a user