@@ -1381,7 +1381,7 @@ static struct my_option innochecksum_options[] = {
1381
1381
{" log" , ' l' , " log output." ,
1382
1382
&log_filename, &log_filename, 0 ,
1383
1383
GET_STR, REQUIRED_ARG, 0 , 0 , 0 , 0 , 0 , 0 },
1384
- {" leaf" , ' l ' , " Examine leaf index pages" ,
1384
+ {" leaf" , ' e ' , " Examine leaf index pages" ,
1385
1385
&do_leaf, &do_leaf, 0 , GET_BOOL, NO_ARG, 0 , 0 , 0 , 0 , 0 , 0 },
1386
1386
{" merge" , ' m' , " leaf page count if merge given number of consecutive pages" ,
1387
1387
&n_merge, &n_merge, 0 , GET_ULONG, REQUIRED_ARG, 0 , 0 , (longlong)10L , 0 , 1 , 0 },
@@ -1411,7 +1411,7 @@ static void usage(void)
1411
1411
printf (" Usage: %s [-c] [-s <start page>] [-e <end page>] "
1412
1412
" [-p <page>] [-v] [-a <allow mismatches>] [-n] "
1413
1413
" [-C <strict-check>] [-w <write>] [-S] [-D <page type dump>] "
1414
- " [-l <log>] <filename or [-]>\n " , my_progname);
1414
+ " [-l <log>] [-e] <filename or [-]>\n " , my_progname);
1415
1415
printf (" See " REFMAN " innochecksum.html for usage hints.\n " );
1416
1416
my_print_help (innochecksum_options);
1417
1417
my_print_variables (innochecksum_options);
0 commit comments