]> sourceware.org Git - lvm2.git/commit
dmsetup: support printing full column names in report headings
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 22 Aug 2023 09:19:05 +0000 (11:19 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 28 Aug 2023 13:44:57 +0000 (15:44 +0200)
commit5a1248f1d48d8d6daaa8f50bde0188bd8eb1c5e2
treecc0e2b6e0377c5ad11338282f1e466a952742b3d
parent14d0a9eef613a0588bfed8e123dc95dd3a07ffcd
dmsetup: support printing full column names in report headings

Add '--headings none|abbrev|full|0|1|2' command line option to select
the heading type.

  none|0   - no headings
  abbrev|1 - column name abbreviations
  full|2   - full column names (column names are equal to exact names
             that -o|--options also accepts to set report output)
WHATS_NEW_DM
libdm/dm-tools/dmsetup.c
man/dmsetup.8_main
This page took 0.035085 seconds and 5 git commands to generate.