beadm list -D and -a are not mutually exclusive anymore
This commit is contained in:
parent
cb07a5b79d
commit
aa2bdd9aac
6
beadm.1
6
beadm.1
|
|
@ -38,7 +38,8 @@ destroy
|
||||||
.Ao Ar beName | beName@snapshot Ac
|
.Ao Ar beName | beName@snapshot Ac
|
||||||
.Nm
|
.Nm
|
||||||
list
|
list
|
||||||
.Op Fl a | Fl D
|
.Op Fl a
|
||||||
|
.Op Fl D
|
||||||
.Nm
|
.Nm
|
||||||
mount
|
mount
|
||||||
.Ao Ar beName Ac
|
.Ao Ar beName Ac
|
||||||
|
|
@ -98,7 +99,8 @@ Specifying
|
||||||
will automatically unmount without confirmation.
|
will automatically unmount without confirmation.
|
||||||
.Pp
|
.Pp
|
||||||
.It Ic list
|
.It Ic list
|
||||||
.Op Fl a | Fl D
|
.Op Fl a
|
||||||
|
.Op Fl D
|
||||||
.Pp
|
.Pp
|
||||||
Displays all boot environments.
|
Displays all boot environments.
|
||||||
The Active field indicates whether the boot environment is active now (N); active on reboot (R); or both (NR).
|
The Active field indicates whether the boot environment is active now (N); active on reboot (R); or both (NR).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue