summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorKarel Zak2010-12-16 12:47:30 +0100
committerKarel Zak2010-12-16 12:47:30 +0100
commitf31505fe0396a880dad297d14c29c2415cc94272 (patch)
tree9ae7e4adbe715d48135985b535833645fb9fe877 /misc-utils/lsblk.8
parentlib: [tt] fix alignment of the last tree child (diff)
downloadkernel-qcow2-util-linux-f31505fe0396a880dad297d14c29c2415cc94272.tar.gz
kernel-qcow2-util-linux-f31505fe0396a880dad297d14c29c2415cc94272.tar.xz
kernel-qcow2-util-linux-f31505fe0396a880dad297d14c29c2415cc94272.zip
lsblk: add --nodeps
Signed-off-by: Karel Zak <kzak@redhat.com>
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 50362c624..2f9c17f76 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -26,6 +26,9 @@ to get list of all available columns.
List all block devices.
.IP "\fB\-b, \-\-bytes\fP"
Print the SIZE column in bytes rather than in human readable format.
+.IP "\fB\-d, \-\-nodeps\fP"
+Don't print device holders or slaves. For example "lsblk --nodeps /dev/sda" prints
+information about the sda device only.
.IP "\fB\-e, \-\-exclude \fIlist\fP
Exclude devices by comma delimited list of major device numbers. Note that RAM
disks (major=1) are excluded by default.