mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix nvmecontrol logpage -i parameter.
MFC after: 3 days
This commit is contained in:
parent
d80b9f8d51
commit
97db031393
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue