From a24ffa00fccd145600e3565c8dce3aa8f9867fdb Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 1 Apr 2025 10:14:19 +0200 Subject: [PATCH] made help message shorter --- pull_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_requests.py b/pull_requests.py index cf69ab3..4f134a3 100644 --- a/pull_requests.py +++ b/pull_requests.py @@ -472,7 +472,7 @@ if __name__ == "__main__": parser.add_argument( "--only-repo", 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()