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:
parent
5997b19331
commit
e7aec3ccf7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user