svn commit: r352090 - stable/12/sbin/bectl

Kyle Evans kevans at FreeBSD.org
Mon Sep 9 18:01:08 UTC 2019


Author: kevans
Date: Mon Sep  9 18:01:07 2019
New Revision: 352090
URL: https://svnweb.freebsd.org/changeset/base/352090

Log:
  bectl(8): fix mis-merge
  
  r348296 ("add description for create subcommand") apparently failed to merge
  in the SYNOPSIS addition somehow... correct this mistake now.  This is a
  direct commit to stable/12 for a misfire on previous MFC.

Modified:
  stable/12/sbin/bectl/bectl.8

Modified: stable/12/sbin/bectl/bectl.8
==============================================================================
--- stable/12/sbin/bectl/bectl.8	Mon Sep  9 17:58:26 2019	(r352089)
+++ stable/12/sbin/bectl/bectl.8	Mon Sep  9 18:01:07 2019	(r352090)
@@ -35,6 +35,10 @@
 .Op Fl e Brq Ar nonActiveBe | Ar beName Ns Cm @ Ns Ar snapshot
 .Ar newBeName
 .Nm
+.Cm create
+.Op Fl r
+.Ar beName at snapshot
+.Nm
 .Cm destroy
 .Op Fl \&Fo
 .Ar beName Ns Op Cm @ Ns Ar snapshot


More information about the svn-src-all mailing list