mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add compare command to tool.
This commit is contained in:
10
tool/usage.c
10
tool/usage.c
@@ -99,3 +99,13 @@ void usage_verify_sectors()
|
||||
printf("Arguments:\n");
|
||||
printf(" <filename> Path to image file.\n");
|
||||
}
|
||||
|
||||
void usage_compare()
|
||||
{
|
||||
printf("\nUsage:\n");
|
||||
printf(" aaruformattool compare <filename1> <filename2>\n\n");
|
||||
printf("Compares two AaruFormat images.\n");
|
||||
printf("Arguments:\n");
|
||||
printf(" <filename1> Path to first image file.\n");
|
||||
printf(" <filename2> Path to second image file.\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user