1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

Fix nvmecontrol logpage -i parameter.

MFC after:	3 days
This commit is contained in:
Alexander Motin 2020-10-15 15:36:08 +00:00
parent d80b9f8d51
commit 97db031393
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366730

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"),