get measurement hashes for a given file
This commit is contained in:
@@ -180,10 +180,14 @@ static void do_args(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
list_hashes(algo);
|
list_hashes(algo);
|
||||||
}
|
}
|
||||||
else
|
else if (product)
|
||||||
{
|
{
|
||||||
list_hashes_for_product(algo, product, pid);
|
list_hashes_for_product(algo, product, pid);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
list_hashes_for_file(algo, file, fid);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|||||||
Reference in New Issue
Block a user