pmb ci: fix arg desc for --all

Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20221111072354.3431-1-ollieparanoid@postmarketos.org%3E
This commit is contained in:
Oliver Smith 2022-11-11 08:23:52 +01:00
parent ed7b0273f5
commit 9a84ad20b1
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 2 deletions

View File

@ -551,8 +551,7 @@ def arguments_ci(subparser):
" locally of git repo in current"
" directory")
ret.add_argument("-a", "--all", action="store_true",
help="name of the CI script to run, depending on the git"
" repository")
help="run all scripts")
ret.add_argument("scripts", nargs="*", metavar="script",
help="name of the CI script to run, depending on the git"
" repository")