fix typo on man page

Resolves: #RHEL-4333
Signed-off-by: Leo Sandoval <lsandova@redhat.com>
This commit is contained in:
Leo Sandoval 2024-10-25 17:18:07 -06:00
parent 73ab8e9cfe
commit 56d3f9b9ea
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,23 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Leo Sandoval <lsandova@redhat.com>
Date: Fri, 25 Oct 2024 16:12:51 -0600
Subject: [PATCH] man: fix typo on the --enable-validation argument
Signed-off-by: Leo Sandoval <lsandova@redhat.com>
---
man/mokutil.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/mokutil.1 b/man/mokutil.1
index 8c8da86..5b72be3 100644
--- a/man/mokutil.1
+++ b/man/mokutil.1
@@ -122,7 +122,7 @@ Clear the password for MokManager (MokPW)
\fB--disable-validation\fR
Disable the validation process in shim
.TP
-\fB--enrolled-validation\fR
+\fB--enable-validation\fR
Enable the validation process in shim
.TP
\fB--sb-state\fR

View File

@ -11,3 +11,4 @@ Patch0010: 0010-generate_hash-generate_pw_hash-don-t-use-strlen-for-.patch
Patch0011: 0011-Fix-a-integer-comparison-sign-issue.patch
Patch0012: 0012-initial-mok-variables-code.patch
Patch0013: 0013-mokutil-enable-setting-fallback-verbosity-and-norebo.patch
Patch0014: 0014-man-fix-typo-on-the-enable-validation-argument.patch

View File

@ -1,6 +1,6 @@
Name: mokutil
Version: 0.3.0
Release: 12%{?dist}
Release: 13%{?dist}
Epoch: 1
Summary: Tool to manage UEFI Secure Boot MoK Keys
License: GPLv3+
@ -48,6 +48,10 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install
%{_datadir}/bash-completion/completions/mokutil
%changelog
* Fri Oct 25 2024 Leo Sandoval <lsandova@redhat.com> - 1:0.3.0-13
- fix typo on man page
- Resolves: #RHEL-4333
* Mon Mar 28 2022 Robbie Harwood <rharwood@redhat.com> - 1:0.3.0-12
- Add ability to set fallback verbose mode
- Resolves: #2030704