]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsblk: add note about --list -I <maj,...>
authorKarel Zak <kzak@redhat.com>
Wed, 18 Jul 2018 14:21:01 +0000 (16:21 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 18 Jul 2018 14:21:01 +0000 (16:21 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lsblk.8

index 61e8f896f0eee4635edb66785cd4b3bc0054ee86..7cc2788db643c9a16b2e2b0a63133151bddc315d 100644 (file)
@@ -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.