We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5997b19 commit e7aec3cCopy full SHA for e7aec3c
sbin/nvmecontrol/format.c
@@ -73,7 +73,7 @@ static struct options {
73
static const struct opts format_opts[] = {
74
#define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
75
OPT("crypto", 'C', arg_none, opt, Cflag,
76
- "Crptographic erase"),
+ "Cryptographic erase"),
77
OPT("erase", 'E', arg_none, opt, Eflag,
78
"User data erase"),
79
OPT("lbaf", 'f', arg_uint32, opt, lbaf,
0 commit comments