1
0
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:
Alasdair Kergon 2008-06-25 19:52:52 +00:00
parent 36081ccf2d
commit b6943304c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Version 1.02.28 -
================================
Underline longer report help text headings.
Version 1.02.27 - 25th June 2008
================================

View File

@ -267,8 +267,7 @@ static void _display_fields(struct dm_report *rh)
log_warn("%s Fields", desc);
log_warn("%*.*s", (int) strlen(desc) + 7,
(int) strlen(desc) + 7,
"------------------------------------------");
"-------------------------------------------------------------------------------");
}
/* FIXME Add line-wrapping at terminal width (or 80 cols) */