mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
fix help message
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
help="Usage: ./publish --[override-release] --[dry-run]
|
help="Usage: ./publish [--override-release] [--dry-run]
|
||||||
Publish the automodel query pack.
|
Publish the automodel query pack.
|
||||||
|
|
||||||
If no arguments are provided, publish the version of the codeql repo specified by the latest official release of the codeml-automodel repo.
|
If no arguments are provided, publish the version of the codeql repo specified by the latest official release of the codeml-automodel repo.
|
||||||
|
|||||||
Reference in New Issue
Block a user