docs: add note about lsblk

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-06-25 14:04:20 +02:00
parent b8446f75d8
commit 6d4774b0d4
1 changed files with 8 additions and 0 deletions

View File

@ -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
-----