X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fhelp.pl;h=ae11eedbc12b380b9583724141e2776a9ac3d00f;hb=a9b009e5b767bcf7d9ce522902635d1d462f2bab;hp=b8e74c06b3997b6bca804de1e638fa94c8dff0c9;hpb=5198a7d29d9dbafde9de46c04a67d86cf0e548f2;p=spider.git diff --git a/cmd/help.pl b/cmd/help.pl index b8e74c06..ae11eedb 100644 --- a/cmd/help.pl +++ b/cmd/help.pl @@ -59,7 +59,7 @@ my $in; $line =~ s{[^\w/]}{}g; $line =~ s{/}{.*/}g; $line =~ s/^\s+//g; -$line =~ s/\s+$//g; +$line =~ s/[\s\r]+$//g; $line = "help" if $line =~ /^\s*$/; # sort out aliases @@ -72,6 +72,7 @@ if ($h) { foreach $in (<$h>) { next if $in =~ /^\#/; chomp $in; + $in =~ s/\r$//; if ($in =~ /^===/) { last if $state == 2; # come out on next command $in =~ s/=== //;