git: 1a2d8c4db2ae - stable/13 - nvmecontrol: Fix minor usage typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 18:55:07 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=1a2d8c4db2ae888f4e75b9f15f39934508fb61da
commit 1a2d8c4db2ae888f4e75b9f15f39934508fb61da
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:40 +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 541b207b373f..1b39a7b6d390 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,