added show sun
[spider.git] / cmd / apropos.pl
index 26a60e7ccca6bdaf573e4ab9550fe2ef4853314e..1226a0a729df48fc63ebddeec50b0eb9c7d4d28c 100644 (file)
@@ -24,6 +24,7 @@ if (!open($h, "$main::localcmd/Commands_$lang.hlp")) {
 }
 my $in;
 
+$line = 'help' unless $line;
 $line =~ s/\W//og;   # remove dubious characters
 
 my $include;