Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2024 18:57:00 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e4520bc1e284 - stable/14 - nvmecontrol: Fix minor usage typo
Message-ID:  <202412281857.4BSIv08Y039276@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

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

commit e4520bc1e2841c8b914101d833372cc1d93daf0e
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-12-06 16:13:53 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-28 18:17:44 +0000

    nvmecontrol: Fix minor usage typo
    
    PR:             282930
    MFC after:      3 days
    Reported by:    Gian-Simon Purkert <gspurki@gmail.com>
    Reviewed by:    imp, jhb, emaste
    Differential Revision:  https://reviews.freebsd.org/D47726
    
    (cherry picked from commit e7aec3ccf759dcd3fe56ae2bdbec92839c166160)
---
 sbin/nvmecontrol/format.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/nvmecontrol/format.c b/sbin/nvmecontrol/format.c
index a56027089ff5..ea1e7877dc34 100644
--- a/sbin/nvmecontrol/format.c
+++ b/sbin/nvmecontrol/format.c
@@ -74,7 +74,7 @@ static struct options {
 static const struct opts format_opts[] = {
 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
 	OPT("crypto", 'C', arg_none, opt, Cflag,
-	    "Crptographic erase"),
+	    "Cryptographic erase"),
 	OPT("erase", 'E', arg_none, opt, Eflag,
 	    "User data erase"),
 	OPT("lbaf", 'f', arg_uint32, opt, lbaf,



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