summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-report.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-06-25 19:52:52 +0000
committerAlasdair Kergon <agk@redhat.com>2008-06-25 19:52:52 +0000
commitb6943304c9f33c981583782e549fa43aebddd35d (patch)
tree608cd6f10259130960886d52cec6f618687c7f79 /libdm/libdm-report.c
parent36081ccf2d078e6940fb533e3f2eb856da3a1416 (diff)
downloadlvm2-b6943304c9f33c981583782e549fa43aebddd35d.tar.gz
lvm2-b6943304c9f33c981583782e549fa43aebddd35d.tar.xz
lvm2-b6943304c9f33c981583782e549fa43aebddd35d.zip
Underline longer report help text headings.
Diffstat (limited to 'libdm/libdm-report.c')
-rw-r--r--libdm/libdm-report.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index b496200a..f3e75a6d 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -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) */