svn commit: r366803 - stable/12/sbin/nvmecontrol

Alexander Motin mav at FreeBSD.org
Sun Oct 18 01:13:42 UTC 2020


Author: mav
Date: Sun Oct 18 01:13:41 2020
New Revision: 366803
URL: https://svnweb.freebsd.org/changeset/base/366803

Log:
  MFC r366730: Fix nvmecontrol logpage -i parameter.

Modified:
  stable/12/sbin/nvmecontrol/logpage.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sbin/nvmecontrol/logpage.c
==============================================================================
--- stable/12/sbin/nvmecontrol/logpage.c	Sun Oct 18 01:10:06 2020	(r366802)
+++ stable/12/sbin/nvmecontrol/logpage.c	Sun Oct 18 01:13:41 2020	(r366803)
@@ -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"),


More information about the svn-src-stable mailing list