diff --git a/lib/msf/ui/console/command_dispatcher/db.rb b/lib/msf/ui/console/command_dispatcher/db.rb index 4c51ab4abe..c7a5e13dd3 100644 --- a/lib/msf/ui/console/command_dispatcher/db.rb +++ b/lib/msf/ui/console/command_dispatcher/db.rb @@ -978,7 +978,7 @@ class Db print_line "Usage: loot [-h] [addr1 addr2 ...] [-t ]" print_line print_line " -a,--add Add a loot to the list of addresses, instead of listing" - print_line " -d,--delete Delete the hosts instead of searching" + print_line " -d,--delete Delete *all* the loot associated with hosts, instead of searching" print_line " -f --file File with contents of the loot to add" print_line " -i --info Info of the loot to add" print_line " -t Search for a list of types"