Skip to content

Commit 0af2f1c

Browse files
author
jvazquez-r7
committed
Land rapid7#2234, @ndavis-r7's patch for [SeeRM rapid7#8296]
2 parents 6191023 + 5da714f commit 0af2f1c

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)