mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue