mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Underline longer report help text headings.
This commit is contained in:
parent
36081ccf2d
commit
b6943304c9
@ -1,5 +1,6 @@
|
|||||||
Version 1.02.28 -
|
Version 1.02.28 -
|
||||||
================================
|
================================
|
||||||
|
Underline longer report help text headings.
|
||||||
|
|
||||||
Version 1.02.27 - 25th June 2008
|
Version 1.02.27 - 25th June 2008
|
||||||
================================
|
================================
|
||||||
|
@ -267,8 +267,7 @@ static void _display_fields(struct dm_report *rh)
|
|||||||
log_warn("%s Fields", desc);
|
log_warn("%s Fields", desc);
|
||||||
log_warn("%*.*s", (int) strlen(desc) + 7,
|
log_warn("%*.*s", (int) strlen(desc) + 7,
|
||||||
(int) strlen(desc) + 7,
|
(int) strlen(desc) + 7,
|
||||||
"------------------------------------------");
|
"-------------------------------------------------------------------------------");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME Add line-wrapping at terminal width (or 80 cols) */
|
/* FIXME Add line-wrapping at terminal width (or 80 cols) */
|
||||||
|
Loading…
Reference in New Issue
Block a user