Make it clear that you're deleting all loot

You don't get to delete just one chunk of loot.
This commit is contained in:
Tod Beardsley
2013-03-13 15:04:11 -05:00
parent 56611230ff
commit 3dca63fee2
+1 -1
View File
@@ -978,7 +978,7 @@ class Db
print_line "Usage: loot [-h] [addr1 addr2 ...] [-t <type1,type2>]"
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 <type1,type2> Search for a list of types"