summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak2018-07-18 16:21:01 +0200
committerKarel Zak2018-07-18 16:21:01 +0200
commit881953d735cea32f20d1b26e4b3984eb41a29ae7 (patch)
treedd1f58a5c4ca52d138dca4405c15e552dc626068 /misc-utils
parenthwclock: add --delay <seconds> (diff)
downloadkernel-qcow2-util-linux-881953d735cea32f20d1b26e4b3984eb41a29ae7.tar.gz
kernel-qcow2-util-linux-881953d735cea32f20d1b26e4b3984eb41a29ae7.tar.xz
kernel-qcow2-util-linux-881953d735cea32f20d1b26e4b3984eb41a29ae7.zip
lsblk: add note about --list -I <maj,...>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/lsblk.86
1 files changed, 4 insertions, 2 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 61e8f896f..7cc2788db 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -61,7 +61,8 @@ information about the sda device only.
.BR \-e , " \-\-exclude " \fIlist\fP
Exclude the devices specified by the comma-separated \fIlist\fR of major device numbers.
Note that RAM disks (major=1) are excluded by default if \fB\-\-all\fR is no specified.
-The filter is applied to the top-level devices only.
+The filter is applied to the top-level devices only. This maybe be confusing for
+\fB\-\-list\fR output format where hierarchy of the devices is not obvious.
.TP
.BR \-f , " \-\-fs"
Output info about filesystems. This option is equivalent to
@@ -75,7 +76,8 @@ Display help text and exit.
.TP
.BR \-I , " \-\-include " \fIlist\fP
Include devices specified by the comma-separated \fIlist\fR of major device numbers.
-The filter is applied to the top-level devices only.
+The filter is applied to the top-level devices only. This maybe be confusing for
+\fB\-\-list\fR output format where hierarchy of the devices is not obvious.
.TP
.BR \-i , " \-\-ascii"
Use ASCII characters for tree formatting.