diff options
author | Brian Behlendorf <[email protected]> | 2017-10-27 15:52:03 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-10-27 15:52:03 -0700 |
commit | f4ae39a19da8a5756cc1287a426e1c8a62eeaaac (patch) | |
tree | f94c4faa0a1dd767d4697f7490cf8ae77fcfedeb /man/man8 | |
parent | 867959b5887c5211c520ad10ef8d12990a6d79fa (diff) |
Fix status command options in zpool(8)
The 'zpool status' command supports the -P option for printing full
path names. It does not support the -p parsable option for printing
exact values.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: loli10K <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #6792
Closes #6794
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zpool.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 58bf66c91..f37c5c34f 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -1983,9 +1983,10 @@ Display real paths for vdevs resolving all symbolic links. This can be used to look up the current block device name regardless of the .Pa /dev/disk/ path used to open it. -.It Fl p -Display numbers in parsable (exact) values. Time values are in -nanoseconds. +.It Fl P +Display full paths for vdevs instead of only the last component of +the path. This can be used in conjunction with the +.Fl L flag. .It Fl D Display a histogram of deduplication statistics, showing the allocated .Pq physically present on disk |