Add `beadm list -D`
This commit is contained in:
parent
d709f2a448
commit
0783c438ea
9
beadm.1
9
beadm.1
|
|
@ -15,7 +15,7 @@
|
||||||
.\" @(#)beadm.1
|
.\" @(#)beadm.1
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 29, 2012
|
.Dd September 4, 2012
|
||||||
.Dt BEADM 1
|
.Dt BEADM 1
|
||||||
.Os FreeBSD
|
.Os FreeBSD
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
|
@ -38,7 +38,7 @@ destroy
|
||||||
.Ao Ar beName | beName@snapshot Ac
|
.Ao Ar beName | beName@snapshot Ac
|
||||||
.Nm
|
.Nm
|
||||||
list
|
list
|
||||||
.Op Fl a
|
.Op Fl a | Fl D
|
||||||
.Nm
|
.Nm
|
||||||
mount
|
mount
|
||||||
.Ao Ar beName Ac
|
.Ao Ar beName Ac
|
||||||
|
|
@ -98,13 +98,16 @@ Specifying
|
||||||
will automatically unmount without confirmation.
|
will automatically unmount without confirmation.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic list
|
.It Ic list
|
||||||
.Op Fl a
|
.Op Fl a | Fl D
|
||||||
.Pp
|
.Pp
|
||||||
Displays all boot environments.
|
Displays all boot environments.
|
||||||
.PP
|
.PP
|
||||||
If
|
If
|
||||||
.Fl a
|
.Fl a
|
||||||
is used, display snapshots as well.
|
is used, display snapshots as well.
|
||||||
|
If
|
||||||
|
.Fl D
|
||||||
|
is used, display the full space usage for each boot environment, assuming all other boot environments were destroyed.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic mount
|
.It Ic mount
|
||||||
.Ao Ar beName Ac
|
.Ao Ar beName Ac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue