Fix syntax error in db_spec.rb

bug/bundler_fix
sinn3r 2015-03-23 01:35:26 -05:00
parent 2e75d14d56
commit 01caf161f8
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ describe Msf::Ui::Console::CommandDispatcher::Db do
" -i,--info Change the info of a host",
" -n,--name Change the name of a host",
" -m,--comment Change the comment of a host",
" -t,--tag Add or specify a tag to a range of hosts"
" -t,--tag Add or specify a tag to a range of hosts",
"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, tags"
]
end