From 6c0ecdd095853b783dbb5c51769c1d6fd568fa10 Mon Sep 17 00:00:00 2001 From: Luca Pizzamiglio Date: Fri, 30 Oct 2020 19:37:34 +0000 Subject: [PATCH] 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 --- sbin/bectl/bectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/bectl/bectl.c b/sbin/bectl/bectl.c index 8a319a0d67f..b68aeb77a19 100644 --- a/sbin/bectl/bectl.c +++ b/sbin/bectl/bectl.c @@ -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}]... " -- 2.45.0