From b7594e24c12663524fe511007171e6bd9d98421d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 21 May 2024 15:38:27 +0200 Subject: [PATCH] Fix doc. --- tools/github/download_github_artifacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/github/download_github_artifacts.py b/tools/github/download_github_artifacts.py index d5db1c9f47..8caa2c45b2 100755 --- a/tools/github/download_github_artifacts.py +++ b/tools/github/download_github_artifacts.py @@ -50,7 +50,7 @@ parser.add_argument('-i', parser.add_argument('-d', '--directory', default="", - help='the target directory, where files will be downloaded. If not provided the build number will be used to create a directory.') + help='the target directory, where files will be downloaded. If not provided the artifactId will be used to create a directory.') parser.add_argument('-v', '--verbose', help="increase output verbosity.",