diff options
author | Turbo Fredriksson <[email protected]> | 2014-07-23 12:14:09 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-07-25 11:58:36 -0700 |
commit | 79eb71dc6ca16d57893fb06ad6f8b73656651c60 (patch) | |
tree | 126527052b8a50f2b2f7a6ad6ed28af8d5a48ba8 /man | |
parent | a60e668bd2d4c91ce1398bcf2f51636973abdd19 (diff) |
Support '-H' (scripted mode) to 'zpool get'
This functionality is already available in 'zfs get'. Providing
it for 'zpool get' is useful and good for consistency.
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes: #2522
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index e0d91d94c..0b57bf6bb 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -62,7 +62,7 @@ zpool \- configures ZFS storage pools .LP .nf -\fBzpool get\fR [\fB-p\fR] "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ... +\fBzpool get\fR [\fB-pH\fR] "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ... .fi .LP @@ -1079,6 +1079,17 @@ See the "Properties" section for more information on the available pool properti Display numbers in parseable (exact) values. .RE +.sp +.ne 2 +.mk +.na +\fB\fB-H\fR\fR +.ad +.RS 6n +.rt +Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space. +.RE + .RE .sp |