add module specific help
[xmlrtorrent.git] / xmlrtorrent / Base.pm
index aa9e348..9ee8222 100644 (file)
@@ -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;