Add `beadm list -D`

This commit is contained in:
Bryan Drewery 2012-09-04 23:45:00 -05:00
parent d709f2a448
commit 0783c438ea
1 changed files with 6 additions and 3 deletions

View File

@ -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