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

- s/partion/partition/

MFC after:  5 days
This commit is contained in:
Gordon Bergling 2021-08-09 13:53:30 +02:00
parent 8b9f6d62f7
commit 6bddade611

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");