about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-01-13 00:07:10 +0100
committerMatthieu Coudron <mcoudron@hotmail.com>2022-01-20 22:45:42 +0100
commit4f0cb8a0715949a84d74a77ed41483a66aacd2bb (patch)
tree5d54fc874dfcf80a641e4aa1bdcfc83d122271f0 /maintainers
parenta5e98cca746a7f4d2a3af2c83838354261908f02 (diff)
update.py: mention GITHUB_API_TOKEN in the help
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/scripts/pluginupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/pluginupdate.py b/maintainers/scripts/pluginupdate.py
index 912e38620df42..2c487927a6e1b 100644
--- a/maintainers/scripts/pluginupdate.py
+++ b/maintainers/scripts/pluginupdate.py
@@ -345,7 +345,7 @@ class Editor:
             dest="proc",
             type=int,
             default=30,
-            help="Number of concurrent processes to spawn.",
+            help="Number of concurrent processes to spawn. Export GITHUB_API_TOKEN allows higher values.",
         )
         parser.add_argument(
             "--no-commit", "-n", action="store_true", default=False,