Skip to content

Commit 01caf16

Browse files
committed
Fix syntax error in db_spec.rb
1 parent 2e75d14 commit 01caf16

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
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-
" -t,--tag Add or specify a tag to a range of hosts"
397+
" -t,--tag Add or specify a tag to a range of hosts",
398398
"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"
399399
]
400400
end

0 commit comments

Comments
 (0)