X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=xmlrtorrent.git;a=blobdiff_plain;f=xmlrtorrent%2FBase.pm;h=9ee8222a092552626b3cc6f264a7447dd5a9b8cb;hp=aa9e348903c367580d0d9af5179588be1a6d0886;hb=f53811070671adc7647202740c5921bc6ae8340d;hpb=9a9ec8e4e95f6aa38ab9dc2bef2ee15641ffef16 diff --git a/xmlrtorrent/Base.pm b/xmlrtorrent/Base.pm index aa9e348..9ee8222 100644 --- a/xmlrtorrent/Base.pm +++ b/xmlrtorrent/Base.pm @@ -142,10 +142,10 @@ sub gethelpstr { my $p; if (exists($self->{'DESC'})) { - $s .= "Description:\n " . $self->{'DESC'}; + $s .= "Description:\n " . $self->{'DESC'} . "\n"; } - $s .= " Options:\n"; + $s .= "Options:\n"; foreach $k (keys(%{$self->{'_CONFIG'}->{'option'}})) { $p = $self->{'_PARAMS'}->{$k}->[0]; $p =~ s/%/%%/g;