update.py: mention GITHUB_API_TOKEN in the help

This commit is contained in:
Matthieu Coudron 2022-01-13 00:07:10 +01:00
parent a5e98cca74
commit 4f0cb8a071

View File

@ -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,