Add detected_arch to expected hosts columns in spec

MSP-11359
bug/bundler_fix
Luke Imhoff 2014-09-18 12:34:34 -05:00
parent 0f854ce5ed
commit 44588cc014
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ describe Msf::Ui::Console::CommandDispatcher::Db do
" -o <file> Send output to a file in csv format", " -o <file> Send output to a file in csv format",
" -R,--rhosts Set RHOSTS from the results of the search", " -R,--rhosts Set RHOSTS from the results of the search",
" -S,--search Search string to filter by", " -S,--search Search string to filter by",
"Available columns: address, arch, comm, comments, created_at, cred_count, exploit_attempt_count, host_detail_count, info, mac, name, note_count, os_flavor, os_lang, os_name, os_sp, purpose, scope, service_count, state, updated_at, virtual_host, vuln_count" "Available columns: address, arch, comm, comments, created_at, cred_count, detected_arch, exploit_attempt_count, host_detail_count, info, mac, name, note_count, os_flavor, os_lang, os_name, os_sp, purpose, scope, service_count, state, updated_at, virtual_host, vuln_count"
] ]
end end
end end