summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.8
diff options
context:
space:
mode:
authorKarel Zak2017-04-13 11:39:22 +0200
committerKarel Zak2017-04-13 11:39:22 +0200
commit091683a82f85b4cc81a829b2c1155d4d09cf03cd (patch)
tree9bb214e1d6c8ce85b037484e31dfc723fe7dcaa7 /misc-utils/lsblk.8
parentlibsmartcols: add scols_sort_table_by_tree() (diff)
downloadkernel-qcow2-util-linux-091683a82f85b4cc81a829b2c1155d4d09cf03cd.tar.gz
kernel-qcow2-util-linux-091683a82f85b4cc81a829b2c1155d4d09cf03cd.tar.xz
kernel-qcow2-util-linux-091683a82f85b4cc81a829b2c1155d4d09cf03cd.zip
lsblk: fix --inverse --list
Let's follow --inverse dependencies although --list output requested. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1441175 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/lsblk.8')
-rw-r--r--misc-utils/lsblk.83
1 files changed, 2 insertions, 1 deletions
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 8eebc8de7..ee1d873d0 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -114,7 +114,8 @@ Produce output in raw format. All potentially unsafe characters are hex-escaped
Output info about SCSI devices only. All partitions, slaves and holder devices are ignored.
.TP
.BR \-s , " \-\-inverse"
-Print dependencies in inverse order.
+Print dependencies in inverse order. If the \fB\-\-list\fR output is requested then
+the lines are still ordered by dependencies.
.TP
.BR \-t , " \-\-topology"
Output info about block-device topology.