Skip to content

Commit 5da714f

Browse files
committed
fixed bug rapid7#8296 where help table was not displaying properly
1 parent 85b0501 commit 5da714f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

plugins/nessus.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,10 @@ def cmd_nessus_logout
202202
def cmd_nessus_help(*args)
203203
tbl = Rex::Ui::Text::Table.new(
204204
'Columns' => [
205-
'Command',
206-
'Help Text'
207-
]
205+
"Command",
206+
"Help Text"
207+
],
208+
'SortIndex' => -1
208209
)
209210
tbl << [ "Generic Commands", "" ]
210211
tbl << [ "-----------------", "-----------------"]

0 commit comments

Comments
 (0)