Skip to content

Commit 8225ac1

Browse files
committed
Adjust help message
1 parent 9e8673a commit 8225ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgrade-codeql-dependencies/upgrade-codeql-dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def main(cli_version : str, github_token: str) -> None:
6565
parser = argparse.ArgumentParser(description='Upgrade CodeQL dependencies')
6666

6767
parser.add_argument('--cli-version', type=str, required=True, help='CodeQL CLI version')
68-
parser.add_argument('--github-auth-stdin', action='store_true', help='CodeQL bundle version')
68+
parser.add_argument('--github-auth-stdin', action='store_true', help='Authenticate to the GitHub API by providing a GitHub token via standard input.')
6969

7070
args = parser.parse_args()
7171
if args.github_auth_stdin:

0 commit comments

Comments
 (0)