Changeset 384


Ignore:
Timestamp:
04/09/2010 06:54:02 PM (3 years ago)
Author:
sullo
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r383 r384  
    524524               "Version"          => \$CLI{'version'}, 
    525525               "Plugins=s"        => \$CLI{'plugins'}, 
    526                "list-plugins"     => \$CLI{'list-plugins'}, 
     526               "list-plugins"     => \$CLI{'list-plugins'} 
    527527               ) or usage(0); 
    528528 
     
    534534    # output file 
    535535    if (!defined $CLI{'format'}) { 
    536  
    537536        # Check what output has 
    538537        $CLI{'format'} = "none"; 
     
    23842383sub usage { 
    23852384    if ($_[0] eq 2) { 
    2386  
    23872385        print " 
    23882386   Options: 
Note: See TracChangeset for help on using the changeset viewer.