From 4e4789fde8afedb974e6584464f36ca2934eb115 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 8 Sep 2023 10:00:12 +0200 Subject: 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 Signed-off-by: Arthur Zamarin --- src/pkgdev/scripts/pkgdev_bugs.py | 4 +--- 1 file changed, 1 insertion(+), 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( -- cgit v1.2.3-65-gdbad