get measurement hashes for a given file

This commit is contained in:
Andreas Steffen
2011-11-28 19:42:40 +01:00
parent f33a89431c
commit d8399b8b85
+5 -1
View File
@@ -180,10 +180,14 @@ static void do_args(int argc, char *argv[])
{
list_hashes(algo);
}
else
else if (product)
{
list_hashes_for_product(algo, product, pid);
}
else
{
list_hashes_for_file(algo, file, fid);
}
break;
default:
usage();