fix help message

This commit is contained in:
Ian Wright
2024-01-09 15:21:29 +00:00
parent 00f4991648
commit 749f8b9807

View File

@@ -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.