diff options
Diffstat (limited to 'src/pkgdev/scripts/pkgdev_bugs.py')
-rw-r--r-- | src/pkgdev/scripts/pkgdev_bugs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkgdev/scripts/pkgdev_bugs.py b/src/pkgdev/scripts/pkgdev_bugs.py index 0a63077..48eb13d 100644 --- a/src/pkgdev/scripts/pkgdev_bugs.py +++ b/src/pkgdev/scripts/pkgdev_bugs.py @@ -42,7 +42,9 @@ bugs.add_argument( metavar="KEY", help="Bugzilla API key", docs=""" - The Bugzilla API key to use for authentication. + The Bugzilla API key to use for authentication. WARNING: using this + option will expose your API key to other users of the same system. + Consider instead saving your API key in a file named ~/.bugz_token. """, ) bugs.add_argument( |