From 11346cffbba29f1943460b3a7287af2489b9b01b Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Sat, 27 Oct 2012 20:20:01 +0200 Subject: [PATCH] Implement -H option which does listing without headers and lines are separated by tabs. Fix small UMOUNT and ACTIVATE bugs. --- beadm.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beadm.1 b/beadm.1 index 332c6bc..ffc6294 100644 --- a/beadm.1 +++ b/beadm.1 @@ -102,6 +102,7 @@ will automatically unmount without confirmation. .It Ic list .Op Fl a .Op Fl D +.Op Fl H .Op Fl s .Pp Displays all boot environments. @@ -113,6 +114,9 @@ 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. +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 .Fl s is used, display all snapshots as well.