From 4f0cb8a0715949a84d74a77ed41483a66aacd2bb Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Thu, 13 Jan 2022 00:07:10 +0100 Subject: [PATCH] update.py: mention GITHUB_API_TOKEN in the help --- maintainers/scripts/pluginupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/pluginupdate.py b/maintainers/scripts/pluginupdate.py index 912e38620df4..2c487927a6e1 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,