summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2016-11-02 14:47:37 +0100
committerKarel Zak2016-11-02 14:47:37 +0100
commite76e6747cbd9eb1facbdb6026481e680c256750b (patch)
tree4e1aead60618b7aea58a552da5ca84e4beb92125 /Documentation/TODO
parentlsblk: sort by MAJ:MIN by default (diff)
downloadkernel-qcow2-util-linux-e76e6747cbd9eb1facbdb6026481e680c256750b.tar.gz
kernel-qcow2-util-linux-e76e6747cbd9eb1facbdb6026481e680c256750b.tar.xz
kernel-qcow2-util-linux-e76e6747cbd9eb1facbdb6026481e680c256750b.zip
lsblk: add note about --sort and --list relation
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 1d6b277a4..c603fd3f0 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.