Fix nvmecontrol logpage -i parameter.

MFC after:	3 days
This commit is contained in:
mav 2020-10-15 15:36:08 +00:00
parent 3f7706147b
commit b11b183277

View File

@ -84,7 +84,7 @@ static const struct opts logpage_opts[] = {
"Page to dump"),
OPT("lsp", 'f', arg_uint8, opt, lsp,
"Log Specific Field"),
OPT("lsi", 'i', arg_uint16, opt, lsp,
OPT("lsi", 'i', arg_uint16, opt, lsi,
"Log Specific Identifier"),
OPT("rae", 'r', arg_none, opt, rae,
"Retain Asynchronous Event"),