commit: eaae7930067fb9c267336ef8db34a169664077d4
Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Wed Nov 19 05:32:38 2025 +0000
Commit: Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Wed Nov 19 05:32:38 2025 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=eaae7930
mask: fix some wording in help messages
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
src/pkgdev/scripts/pkgdev_mask.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pkgdev/scripts/pkgdev_mask.py
b/src/pkgdev/scripts/pkgdev_mask.py
index d1d2249..078d2c9 100644
--- a/src/pkgdev/scripts/pkgdev_mask.py
+++ b/src/pkgdev/scripts/pkgdev_mask.py
@@ -82,7 +82,7 @@ mask_opts.add_argument(
field for the message to be accepted by ``gentoo-dev-announce``.
For spawning the preferred email composer, the ``xdg-email`` tool from
- ``x11-misc/xdg-utils`` package.
+ ``x11-misc/xdg-utils`` package is used.
""",
)
mask_opts.add_argument(
@@ -91,7 +91,7 @@ mask_opts.add_argument(
help="file a last-rite bug",
docs="""
Files a last-rite bug for the masked package, which blocks listed
- reference bugs. ``PMASKED`` keyword is added all all referenced bugs.
+ reference bugs. ``PMASKED`` keyword is added to all referenced bugs.
""",
)