summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2014-06-25 14:04:20 +0200
committerKarel Zak2014-06-25 14:04:20 +0200
commit6d4774b0d4110304a492df29f543fe480af66389 (patch)
tree88c86cea6f00f30a2dcbc2dec542b7f5bb36f617 /Documentation/TODO
parentbash-completion: update fallocate, fstrim and lsblk (diff)
downloadkernel-qcow2-util-linux-6d4774b0d4110304a492df29f543fe480af66389.tar.gz
kernel-qcow2-util-linux-6d4774b0d4110304a492df29f543fe480af66389.tar.xz
kernel-qcow2-util-linux-6d4774b0d4110304a492df29f543fe480af66389.zip
docs: add note about lsblk
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 11e65d1a5..7d55aa17d 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -26,6 +26,14 @@ libmount (mount/umount)
(all this already supported by libmount)
+libsmartcols
+-----------
+
+ - (!) add SCOLS_FL_HIDDEN flag to make it possible to hide a column. Then we
+ can use such column in lsblk(8) to only sort lines, but do not print the column.
+
+ lsblk -o NAME --sort SIZE
+
partx
-----