diff options
author | Ralf Ertzinger <[email protected]> | 2013-10-23 10:50:48 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-28 15:40:12 -0700 |
commit | d65e73810938e5619b72591d3438063b00949e77 (patch) | |
tree | 7bdd0383953aad573fdb591dd2ed1b3e80c9e902 /man | |
parent | 8b921f667afc86c452242be0b6d3b257472ebe76 (diff) |
Add -p switch to "zpool get"
This works the same as the -p switch to "zfs get", displaying full
resolution values for appropriate attributes.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1813
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index e86a6b0d5..65cd34281 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 "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ... +\fBzpool get\fR [\fB-p\fR] "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ... .fi .LP @@ -1037,7 +1037,7 @@ This command will forcefully export the pool even if it has a shared spare that .ne 2 .mk .na -\fB\fBzpool get\fR "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ...\fR +\fB\fBzpool get\fR [\fB-p\fR] "\fIall\fR" | \fIproperty\fR[,...] \fIpool\fR ...\fR .ad .sp .6 .RS 4n @@ -1054,6 +1054,17 @@ Retrieves the given list of properties (or all properties if "\fBall\fR" is used .sp See the "Properties" section for more information on the available pool properties. +.sp +.ne 2 +.mk +.na +\fB\fB-p\fR\fR +.ad +.RS 6n +.rt +Display numbers in parseable (exact) values. +.RE + .RE .sp |