From: Rogan Hamby Date: Tue, 6 Aug 2019 14:59:07 +0000 (-0400) Subject: making headers bold X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=70d73d6114fff41db9a93aee1c4230de0a3956c7 making headers bold --- diff --git a/mig-bin/mig-reporter b/mig-bin/mig-reporter index f1857c9..e7abe33 100755 --- a/mig-bin/mig-reporter +++ b/mig-bin/mig-reporter @@ -459,7 +459,7 @@ sub print_query { my $h_length = @h; my $h_count = 1; while ($h_count <= $h_length) { - print $fh "|$h[$h_count-1] "; + print $fh "|*$h[$h_count-1]* "; $h_count++; } print $fh "\n";