Skip to content

Commit bbf5fa8

Browse files
committed
Fix help again
1 parent c78c40d commit bbf5fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/nessus.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def cmd_nessus_help(*args)
125125
tbl << [ "nessus_scan_resume_all", "Resume all paused Nessus scans" ]
126126
tbl << [ "nessus_scan_details", "Return detailed information of a given scan" ]
127127
tbl << [ "nessus_scan_export", "Export a scan result in either Nessus, HTML, PDF, CSV, or DB format" ]
128-
tbl << [ "nessus_scan_export_status", "Check the status of exported scan" ]
128+
tbl << [ "nessus_scan_export_status", "Check the status of an exported scan" ]
129129
tbl << [ "", ""]
130130
tbl << [ "Plugin Commands", "" ]
131131
tbl << [ "-----------------", "-----------------"]
@@ -144,9 +144,9 @@ def cmd_nessus_help(*args)
144144
tbl << [ "-----------------", "-----------------"]
145145
tbl << [ "nessus_policy_list", "List all polciies" ]
146146
tbl << [ "nessus_policy_del", "Delete a policy" ]
147-
print_status ""
147+
print_line ""
148148
print_line tbl.to_s
149-
print_status ""
149+
print_line ""
150150
end
151151

152152
def ncusage

0 commit comments

Comments
 (0)