commit: 8eaae2bcf639d58ed1c6864ae83ab5ef7f3bd8db
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 17:17:18 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 17:17:18 2025 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=8eaae2bc
pquery: fix docs for --one-attr
Reported-by: Eli Schwartz <eschwartz <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
src/pkgcore/scripts/pquery.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/pkgcore/scripts/pquery.py b/src/pkgcore/scripts/pquery.py
index bae4ca36..46311121 100644
--- a/src/pkgcore/scripts/pquery.py
+++ b/src/pkgcore/scripts/pquery.py
@@ -1136,8 +1136,7 @@ one_attr_mux.add_argument(
help="print one attribute, suppresses other output",
docs=f"""
Print the given attribute's value, while suppressing all other output.
- This option can be specified multiple times. All attributes of
``--attr``
- are accepted.
+ All attributes of ``--attr`` are accepted.
""",
)
one_attr_mux.add_argument(