svn commit: r366730 - head/sbin/nvmecontrol

Alexander Motin mav at FreeBSD.org
Thu Oct 15 15:36:09 UTC 2020


Author: mav
Date: Thu Oct 15 15:36:08 2020
New Revision: 366730
URL: https://svnweb.freebsd.org/changeset/base/366730

Log:
  Fix nvmecontrol logpage -i parameter.
  
  MFC after:	3 days

Modified:
  head/sbin/nvmecontrol/logpage.c

Modified: head/sbin/nvmecontrol/logpage.c
==============================================================================
--- head/sbin/nvmecontrol/logpage.c	Thu Oct 15 15:07:25 2020	(r366729)
+++ head/sbin/nvmecontrol/logpage.c	Thu Oct 15 15:36:08 2020	(r366730)
@@ -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-all mailing list