Implement -H option which does listing without headers and lines are separated by tabs. Fix small UMOUNT and ACTIVATE bugs.
This commit is contained in:
parent
cb5a900e65
commit
11346cffbb
4
beadm.1
4
beadm.1
|
|
@ -102,6 +102,7 @@ will automatically unmount without confirmation.
|
||||||
.It Ic list
|
.It Ic list
|
||||||
.Op Fl a
|
.Op Fl a
|
||||||
.Op Fl D
|
.Op Fl D
|
||||||
|
.Op Fl H
|
||||||
.Op Fl s
|
.Op Fl s
|
||||||
.Pp
|
.Pp
|
||||||
Displays all boot environments.
|
Displays all boot environments.
|
||||||
|
|
@ -113,6 +114,9 @@ is used, display all datasets.
|
||||||
If
|
If
|
||||||
.Fl D
|
.Fl D
|
||||||
is used, display the full space usage for each boot environment, assuming all other boot environments were destroyed.
|
is used, display the full space usage for each boot environment, assuming all other boot environments were destroyed.
|
||||||
|
The
|
||||||
|
.Fl H
|
||||||
|
option is used for scripting. It does not print headers and separate fields by a single tab instead of arbitrary white space.
|
||||||
If
|
If
|
||||||
.Fl s
|
.Fl s
|
||||||
is used, display all snapshots as well.
|
is used, display all snapshots as well.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue