From eaae7930067fb9c267336ef8db34a169664077d4 Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Wed, 19 Nov 2025 06:32:38 +0100 Subject: [PATCH] mask: fix some wording in help messages Signed-off-by: Thomas Bracht Laumann Jespersen --- 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 @@ 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 @@ 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. """, )