summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorKarel Zak2013-03-29 17:16:02 +0100
committerKarel Zak2013-03-29 17:16:09 +0100
commitc7e76cd145b0c40e1d346203f3222f5937146939 (patch)
tree7e395ec22902f62c512ef5ee7a38c747770b0bb0 /misc-utils/lsblk.8
parentlibmount: make mnt_table_find_* more robust [coverity scan] (diff)
downloadkernel-qcow2-util-linux-c7e76cd145b0c40e1d346203f3222f5937146939.tar.gz
kernel-qcow2-util-linux-c7e76cd145b0c40e1d346203f3222f5937146939.tar.xz
kernel-qcow2-util-linux-c7e76cd145b0c40e1d346203f3222f5937146939.zip
lsblk: add --paths
Now it's not so simple to generate full paths to devices if you want to use user friendly names like /dev/mapper/foo. Let's make it easy.
Diffstat (limited to 'misc-utils/lsblk.8')
-rw-r--r--misc-utils/lsblk.83
1 files changed, 3 insertions, 0 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 67d2daa1c..78243dce0 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -87,6 +87,9 @@ specified in the format \fI+list\fP (e.g. \fBlsblk -o +UUID\fP).
Produce output in the form of key="value" pairs.
All potentially unsafe characters are hex-escaped (\\x<code>).
.TP
+.BR \-p , " \-\-paths"
+Print full device paths.
+.TP
.BR \-r , " \-\-raw"
Produce output in raw format. All potentially unsafe characters are hex-escaped
(\\x<code>) in the NAME, KNAME, LABEL, PARTLABEL and MOUNTPOINT columns.