From e7aec3ccf759dcd3fe56ae2bdbec92839c166160 Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Fri, 6 Dec 2024 09:13:53 -0700 Subject: [PATCH] nvmecontrol: Fix minor usage typo PR: 282930 MFC after: 3 days Reported by: Gian-Simon Purkert 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 d1ce0fc4645..16699605ea8 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,