Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2021 06:28:52 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 375a52cc3cfe - stable/13 - mkimg(1): Correct a typo in the usage output
Message-ID:  <202108140628.17E6SqZ7007981@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=375a52cc3cfee15a66dbe857b8381112b129af98

commit 375a52cc3cfee15a66dbe857b8381112b129af98
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-08-09 11:53:30 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-08-14 06:28:00 +0000

    mkimg(1): Correct a typo in the usage output
    
    - s/partion/partition/
    
    (cherry picked from commit 6bddade6114abacacb30ef2c28781f1af331c106)
---
 usr.bin/mkimg/mkimg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108140628.17E6SqZ7007981>