Skip to content

Commit ebae5af

Browse files
committed
Use standard format with : after script type
1 parent 99dda48 commit ebae5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: detect-scripts.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ package virtual_server;
7777
foreach $sinfo (@sinfos) {
7878
$script = &get_script($sinfo->{'name'});
7979
$opts = $sinfo->{'opts'};
80-
print "$sinfo->{'name'}\n";
80+
print "$sinfo->{'name'}:\n";
8181
print " Description: ",$script->{'desc'},"\n";
8282
print " Version: $sinfo->{'version'}\n";
8383
if ($sinfo->{'url'}) {

0 commit comments

Comments
 (0)