1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

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
This commit is contained in:
Alexander Ziaee 2024-12-06 09:13:53 -07:00 committed by Warner Losh
parent 5997b19331
commit e7aec3ccf7

View File

@ -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,