diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index b2e32a39..e2964823 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -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")