aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-09 11:53:30 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-08-09 11:53:30 +0000
commit6bddade6114abacacb30ef2c28781f1af331c106 (patch)
tree84a04205640c83d1f7aaea42bb429727d16e81ab /usr.bin/mkimg
parent8b9f6d62f75a367459997e5bb27d86d0302aedd2 (diff)
downloadsrc-6bddade6114abacacb30ef2c28781f1af331c106.tar.gz
src-6bddade6114abacacb30ef2c28781f1af331c106.zip
mkimg(1): Correct a typo in the usage output
- s/partion/partition/ MFC after: 5 days
Diffstat (limited to 'usr.bin/mkimg')
-rw-r--r--usr.bin/mkimg/mkimg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkimg/mkimg.c b/usr.bin/mkimg/mkimg.c
index e5e6c036575b..71af45b5815d 100644
--- a/usr.bin/mkimg/mkimg.c
+++ b/usr.bin/mkimg/mkimg.c
@@ -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");