implemented simple delete from database

This commit is contained in:
Andreas Steffen 2011-10-31 19:50:13 +01:00
parent 5f8e290150
commit 5242a729ca
1 changed files with 1 additions and 0 deletions

View File

@ -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' },