Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pkgdev/scripts/pkgdev_mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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.
""",
)

Expand Down
Loading