beadm list now requires -s for snapshot listing
This commit is contained in:
parent
aa2bdd9aac
commit
0f52dc5e4c
7
beadm.1
7
beadm.1
|
|
@ -40,6 +40,7 @@ destroy
|
|||
list
|
||||
.Op Fl a
|
||||
.Op Fl D
|
||||
.Op Fl s
|
||||
.Nm
|
||||
mount
|
||||
.Ao Ar beName Ac
|
||||
|
|
@ -101,16 +102,20 @@ will automatically unmount without confirmation.
|
|||
.It Ic list
|
||||
.Op Fl a
|
||||
.Op Fl D
|
||||
.Op Fl s
|
||||
.Pp
|
||||
Displays all boot environments.
|
||||
The Active field indicates whether the boot environment is active now (N); active on reboot (R); or both (NR).
|
||||
.PP
|
||||
If
|
||||
.Fl a
|
||||
is used, display all datasets and snapshots as well.
|
||||
is used, display all datasets.
|
||||
If
|
||||
.Fl D
|
||||
is used, display the full space usage for each boot environment, assuming all other boot environments were destroyed.
|
||||
If
|
||||
.Fl s
|
||||
is used, display all snapshots as well.
|
||||
.Pp
|
||||
.It Ic mount
|
||||
.Ao Ar beName Ac
|
||||
|
|
|
|||
Loading…
Reference in New Issue