mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
07f9889b53
When displaying <reporting_command> -o help, we'd like to have fields grouped nicely, not starting having groups interleaved as it was before. The code that displays the help output for fields takes the order as written in columns.h file - this caused output like: $ lvs -o help Logical Volume Fields --------------------- ...field list... Logical Volume Device Info and Status Combined Fields ----------------------------------------------------- ...field list... Logical Volume Fields --------------------- ...field list... Logical Volume Device Status Fields ----------------------------------- ...field list... Logical Volume Fields --------------------- ...field list... Instead, let's have it without groups interleaved which may be a bit confusing, so: Logical Volume Fields --------------------- ...field list... Logical Volume Device Status Fields ----------------------------------- ...field list... Logical Volume Device Info and Status Combined Fields ----------------------------------------------------- ...field list... ..and so on. |
||
---|---|---|
.. | ||
columns-cmdlog.h | ||
columns-devtypes.h | ||
columns.h | ||
properties.c | ||
properties.h | ||
report.c | ||
report.h | ||
values.h |