made help message shorter

This commit is contained in:
Karma Riuk
2025-04-01 10:14:19 +02:00
parent b9d1923bd8
commit a24ffa00fc

View File

@ -472,7 +472,7 @@ if __name__ == "__main__":
parser.add_argument( parser.add_argument(
"--only-repo", "--only-repo",
type=str, type=str,
help="If this argument is not provided, all the repos in the '--repos' csv will be processed. If instead you want to run the script on a single repo (for testing purposes mainly) provide a string of form 'XXX/YYY' to this argument, where XXX is the owner of the repo and YYY is the name of the repo", help="Run the script on a single repo (format: 'owner/name'). If not set, all repos in '--repos' CSV are processed.",
) )
args = parser.parse_args() args = parser.parse_args()