mirror of
https://github.com/troydm/exp.git
synced 2025-05-16 06:30:09 -07:00
extra line removed
This commit is contained in:
parent
f806c06cb8
commit
7388982699
4
exp
4
exp
@ -88,10 +88,10 @@ for my $i (@helprefs){
|
||||
my $title = decodechars(striptags $t[1]) if @t;
|
||||
my $desc = formatdesc($title, decodechars(striptags $d[1])) if @d;
|
||||
if($color){
|
||||
print "\n", $title, color($color), " ---[", color("reset")
|
||||
print $title, color($color), " ---[", color("reset")
|
||||
, " $desc ", color($color), "]", color("reset"), "\n\n";
|
||||
}else{
|
||||
print "\n$title ---[ $desc ]\n\n";
|
||||
print "$title ---[ $desc ]\n\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user