Document beadm destroy -F
This commit is contained in:
parent
19542c98be
commit
1841a05df3
20
beadm.1
20
beadm.1
|
|
@ -15,7 +15,7 @@
|
||||||
.\" @(#)beadm.1
|
.\" @(#)beadm.1
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 26, 2012
|
.Dd June 26, 2012
|
||||||
.Dt BEADM 1
|
.Dt BEADM 1
|
||||||
.Os FreeBSD
|
.Os FreeBSD
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
|
@ -34,10 +34,8 @@ create
|
||||||
.Ao Ar beName@snapshot Ac
|
.Ao Ar beName@snapshot Ac
|
||||||
.Nm
|
.Nm
|
||||||
destroy
|
destroy
|
||||||
.Ao Ar beName Ac
|
.Op Fl F
|
||||||
.Nm
|
.Ao Ar beName | beName@snapshot Ac
|
||||||
destroy
|
|
||||||
.Ao Ar beName@snapshot Ac
|
|
||||||
.Nm
|
.Nm
|
||||||
list
|
list
|
||||||
.Nm
|
.Nm
|
||||||
|
|
@ -77,16 +75,18 @@ If the -e param is specified, the new environment will be cloned from the given
|
||||||
Creates a snapshot of the existing boot environment named
|
Creates a snapshot of the existing boot environment named
|
||||||
.Ar beName .
|
.Ar beName .
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic destroy Ao Ar beName Ac
|
.It
|
||||||
|
.Ic destroy Op Fl F
|
||||||
|
.Ao Ar beName | beName@snapshot Ac
|
||||||
.Pp
|
.Pp
|
||||||
Destroys the given
|
Destroys the given
|
||||||
.Ar beName
|
.Ar beName
|
||||||
boot environment.
|
boot environment or
|
||||||
.It Ic destroy Ao Ar beName@snapshot Ac
|
|
||||||
.Pp
|
|
||||||
Destroys the given
|
|
||||||
.Ar beName@snapshot
|
.Ar beName@snapshot
|
||||||
snapshot.
|
snapshot.
|
||||||
|
Specifying
|
||||||
|
.Fl F
|
||||||
|
will automatically unmount without confirmation.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic list
|
.It Ic list
|
||||||
.Pp
|
.Pp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue