mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add long sector read support to cli_compare command
This commit is contained in:
@@ -117,11 +117,13 @@ void usage_compare()
|
||||
void usage_cli_compare()
|
||||
{
|
||||
printf("\nUsage:\n");
|
||||
printf(" aaruformattool cli-compare <filename1> <filename2>\n\n");
|
||||
printf(" aaruformattool cli-compare [-l] <filename1> <filename2>\n\n");
|
||||
printf("Compares two AaruFormat images sector by sector and lists all different sectors.\n");
|
||||
printf("Arguments:\n");
|
||||
printf(" <filename1> Path to first image file.\n");
|
||||
printf(" <filename2> Path to second image file.\n");
|
||||
printf("Options:\n");
|
||||
printf(" -l Use long sector read (includes tags and metadata).\n");
|
||||
}
|
||||
|
||||
void usage_convert()
|
||||
|
||||
Reference in New Issue
Block a user