Skip to content

Commit 636551a

Browse files
authored
Fixed help message to match test
1 parent afe067f commit 636551a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/db.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def cmd_hosts(*args)
432432
print_line " -a,--add Add the hosts instead of searching"
433433
print_line " -d,--delete Delete the hosts instead of searching"
434434
print_line " -c <col1,col2> Only show the given columns (see list below)"
435-
print_line " -C <col1,col2> Only show the given columns until next restart (see list below)"
435+
print_line " -C <col1,col2> Only show the given columns until the next restart (see list below)"
436436
print_line " -h,--help Show this help information"
437437
print_line " -u,--up Only show hosts which are up"
438438
print_line " -o <file> Send output to a file in csv format"

0 commit comments

Comments
 (0)