From 0e8878fec096852d780f0afbad4ba2fe8ee8d1bf Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Aug 27 2025 10:22:46 +0000 Subject: Fix typo Signed-off-by: Tim Landscheidt --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 10c6fd4..3173fbb 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -1697,7 +1697,7 @@ class cliClient(object): verify_files_parser = self.subparsers.add_parser( 'verify-files', parents=[self.rpm_parser_common], - help='Locally verify %%files section', + help='Locally verify %files section', description="Locally run 'rpmbuild -bl' to verify the spec file's" " %files sections. This requires a successful run of " "'{0} install' in advance.".format(self.name))