Skip to content

Commit 2e75d14

Browse files
committed
Update rspec
1 parent 2368569 commit 2e75d14

File tree

1 file changed

+2
-1
lines changed
  • spec/lib/msf/ui/console/command_dispatcher

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@
394394
" -i,--info Change the info of a host",
395395
" -n,--name Change the name of a host",
396396
" -m,--comment Change the comment of a host",
397-
"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"
397+
" -t,--tag Add or specify a tag to a range of hosts"
398+
"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"
398399
]
399400
end
400401
end

0 commit comments

Comments
 (0)