The branch main has been updated by imp:

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

commit e7aec3ccf759dcd3fe56ae2bdbec92839c166160
Author:     Alexander Ziaee <concussi...@runbox.com>
AuthorDate: 2024-12-06 16:13:53 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2024-12-06 16:14:07 +0000

    nvmecontrol: Fix minor usage typo
    
    PR:             282930
    MFC after:      3 days
    Reported by:    Gian-Simon Purkert <gspu...@gmail.com>
    Reviewed by:    imp, jhb, emaste
    Differential Revision:  https://reviews.freebsd.org/D47726
---
 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 d1ce0fc4645c..16699605ea8c 100644
--- a/sbin/nvmecontrol/format.c
+++ b/sbin/nvmecontrol/format.c
@@ -73,7 +73,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,

Reply via email to