fixed bug #8296 where help table was not displaying properly

bug/bundler_fix
Nicholas Davis 2013-08-16 15:10:38 -04:00
parent 85b050112a
commit 5da714f748
1 changed files with 4 additions and 3 deletions

View File

@ -202,9 +202,10 @@ module Msf
def cmd_nessus_help(*args)
tbl = Rex::Ui::Text::Table.new(
'Columns' => [
'Command',
'Help Text'
]
"Command",
"Help Text"
],
'SortIndex' => -1
)
tbl << [ "Generic Commands", "" ]
tbl << [ "-----------------", "-----------------"]