aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-09-08 10:00:12 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-08 15:12:42 +0300
commit4e4789fde8afedb974e6584464f36ca2934eb115 (patch)
tree0cfbc8d9ed015b4e01db78f70982d1f4a5dad824
parentpkgdev_bugs: do not swallow exceptions when reading ~/.bugz_token (diff)
downloadpkgdev-4e4789fde8afedb974e6584464f36ca2934eb115.tar.gz
pkgdev-4e4789fde8afedb974e6584464f36ca2934eb115.tar.bz2
pkgdev-4e4789fde8afedb974e6584464f36ca2934eb115.zip
pkgdev_bugs: remove outdated --api-key description
pkgdev now does perform write access to b.g.o using the API key. Signed-off-by: Florian Schmaus <flow@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--src/pkgdev/scripts/pkgdev_bugs.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pkgdev/scripts/pkgdev_bugs.py b/src/pkgdev/scripts/pkgdev_bugs.py
index c89d1c8..0a63077 100644
--- a/src/pkgdev/scripts/pkgdev_bugs.py
+++ b/src/pkgdev/scripts/pkgdev_bugs.py
@@ -42,9 +42,7 @@ bugs.add_argument(
metavar="KEY",
help="Bugzilla API key",
docs="""
- The Bugzilla API key to use for authentication. Used mainly to overcome
- rate limiting done by bugzilla server. This tool doesn't perform any
- bug editing, just fetching info for the bug.
+ The Bugzilla API key to use for authentication.
""",
)
bugs.add_argument(