mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -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 (cherry picked from commit e7aec3ccf759dcd3fe56ae2bdbec92839c166160)
This commit is contained in:
parent
267717c5db
commit
e4520bc1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue