From: Karel Zak Date: Wed, 18 Jul 2018 14:21:01 +0000 (+0200) Subject: lsblk: add note about --list -I X-Git-Tag: v2.33-rc1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881953d735cea32f20d1b26e4b3984eb41a29ae7;p=thirdparty%2Futil-linux.git lsblk: add note about --list -I Signed-off-by: Karel Zak --- diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8 index 61e8f896f0..7cc2788db6 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.