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"), _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"