Author: pizzamig (ports committer)
Date: Fri Oct 30 19:37:34 2020
New Revision: 367183
URL: https://svnweb.freebsd.org/changeset/base/367183

Log:
  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

Modified:
  head/sbin/bectl/bectl.c

Modified: head/sbin/bectl/bectl.c
==============================================================================
--- head/sbin/bectl/bectl.c     Fri Oct 30 19:02:59 2020        (r367182)
+++ head/sbin/bectl/bectl.c     Fri Oct 30 19:37:34 2020        (r367183)
@@ -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}]... "
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to