We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe067f commit 636551aCopy full SHA for 636551a
lib/msf/ui/console/command_dispatcher/db.rb
@@ -432,7 +432,7 @@ def cmd_hosts(*args)
432
print_line " -a,--add Add the hosts instead of searching"
433
print_line " -d,--delete Delete the hosts instead of searching"
434
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)"
+ print_line " -C <col1,col2> Only show the given columns until the next restart (see list below)"
436
print_line " -h,--help Show this help information"
437
print_line " -u,--up Only show hosts which are up"
438
print_line " -o <file> Send output to a file in csv format"
0 commit comments