From e76e6747cbd9eb1facbdb6026481e680c256750b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 2 Nov 2016 14:47:37 +0100 Subject: [PATCH] lsblk: add note about --sort and --list relation Signed-off-by: Karel Zak --- Documentation/TODO | 3 +++ misc-utils/lsblk.8 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/TODO b/Documentation/TODO index 1d6b277a4b..c603fd3f0f 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -24,6 +24,9 @@ lscpu lsblk ----- + - (!) add --tree to force tree output for operations like --sort where the + --list is enabled by default. + - currently it does not show mountpoint for all devices in btrfs RAID. It's because /proc/#/mountinfo contains reference to the one device only. Maybe we can add some btrfs specific code to provide a better output for FS based stacks. Not sure. diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8 index d82d232b3b..5e2c1242f5 100644 --- a/misc-utils/lsblk.8 +++ b/misc-utils/lsblk.8 @@ -125,7 +125,7 @@ This option is equivalent to Display version information and exit. .TP .BR \-x , " \-\-sort " \fIcolumn\fP -Sort output lines by \fIcolumn\fP. +Sort output lines by \fIcolumn\fP. This option enables \fB\-\-list\fR output. .SH NOTES For partitions, some information (e.g. queue attributes) is inherited from the parent device. -- 2.47.2