Skip to content

Commit 44588cc

Browse files
committed
Add detected_arch to expected hosts columns in spec
MSP-11359
1 parent 0f854ce commit 44588cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/msf/ui/command_dispatcher/db_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
" -o <file> Send output to a file in csv format",
7575
" -R,--rhosts Set RHOSTS from the results of the search",
7676
" -S,--search Search string to filter by",
77-
"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"
77+
"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"
7878
]
7979
end
8080
end

0 commit comments

Comments
 (0)