implemented simple delete from database

This commit is contained in:
Andreas Steffen
2011-11-28 21:15:20 +01:00
parent 5f8e290150
commit 5242a729ca
@@ -63,6 +63,7 @@ static void do_args(int argc, char *argv[])
{ "help", no_argument, NULL, 'h' },
{ "files", no_argument, NULL, 'f' },
{ "add", no_argument, NULL, 'a' },
{ "delete", no_argument, NULL, 'd' },
{ "del", no_argument, NULL, 'd' },
{ "products", no_argument, NULL, 'p' },
{ "hashes", no_argument, NULL, 'H' },