mkimg(1): Correct a typo in the usage output

- s/partion/partition/

(cherry picked from commit 6bddade611)
This commit is contained in:
Gordon Bergling 2021-08-09 13:53:30 +02:00
parent 9c15ec46bf
commit 375a52cc3c

View File

@ -151,7 +151,7 @@ usage(const char *why)
fprintf(stderr, "\t--schemes\t- list partition schemes\n");
fprintf(stderr, "\t--version\t- show version information\n");
fputc('\n', stderr);
fprintf(stderr, "\t-a <num>\t- mark num'th partion as active\n");
fprintf(stderr, "\t-a <num>\t- mark num'th partition as active\n");
fprintf(stderr, "\t-b <file>\t- file containing boot code\n");
fprintf(stderr, "\t-c <num>\t- minimum capacity (in bytes) of the disk\n");
fprintf(stderr, "\t-C <num>\t- maximum capacity (in bytes) of the disk\n");