update.py: mention GITHUB_API_TOKEN in the help
This commit is contained in:
@@ -345,7 +345,7 @@ class Editor:
|
|||||||
dest="proc",
|
dest="proc",
|
||||||
type=int,
|
type=int,
|
||||||
default=30,
|
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(
|
parser.add_argument(
|
||||||
"--no-commit", "-n", action="store_true", default=False,
|
"--no-commit", "-n", action="store_true", default=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user