]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsblk: add note about --sort and --list relation
authorKarel Zak <kzak@redhat.com>
Wed, 2 Nov 2016 13:47:37 +0000 (14:47 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 2 Nov 2016 13:47:37 +0000 (14:47 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO
misc-utils/lsblk.8

index 1d6b277a4b14227a2c61466179e0e29ee392a267..c603fd3f0f367a570fb4215833bd250d18f1fc8f 100644 (file)
@@ -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.
index d82d232b3bfecc518e0df1ae4fbe7acfab288d43..5e2c1242f5191a2651eda6ca8a3e03e7e7a532f5 100644 (file)
@@ -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.