Skip to content

Commit e7aec3c

Browse files
concussiousbsdimp
authored andcommitted
nvmecontrol: Fix minor usage typo
PR: 282930 MFC after: 3 days Reported by: Gian-Simon Purkert <[email protected]> Reviewed by: imp, jhb, emaste Differential Revision: https://reviews.freebsd.org/D47726
1 parent 5997b19 commit e7aec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/nvmecontrol/format.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static struct options {
7373
static const struct opts format_opts[] = {
7474
#define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
7575
OPT("crypto", 'C', arg_none, opt, Cflag,
76-
"Crptographic erase"),
76+
"Cryptographic erase"),
7777
OPT("erase", 'E', arg_none, opt, Eflag,
7878
"User data erase"),
7979
OPT("lbaf", 'f', arg_uint32, opt, lbaf,

0 commit comments

Comments
 (0)