Skip to content

Commit 3dca63f

Browse files
committed
Make it clear that you're deleting all loot
You don't get to delete just one chunk of loot.
1 parent 5661123 commit 3dca63f

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
@@ -978,7 +978,7 @@ def cmd_loot_help
978978
print_line "Usage: loot [-h] [addr1 addr2 ...] [-t <type1,type2>]"
979979
print_line
980980
print_line " -a,--add Add a loot to the list of addresses, instead of listing"
981-
print_line " -d,--delete Delete the hosts instead of searching"
981+
print_line " -d,--delete Delete *all* the loot associated with hosts, instead of searching"
982982
print_line " -f --file File with contents of the loot to add"
983983
print_line " -i --info Info of the loot to add"
984984
print_line " -t <type1,type2> Search for a list of types"

0 commit comments

Comments
 (0)