summaryrefslogtreecommitdiff
path: root/llvm/utils/release/github-upload-release.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/release/github-upload-release.py')
-rwxr-xr-xllvm/utils/release/github-upload-release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/release/github-upload-release.py b/llvm/utils/release/github-upload-release.py
index e9591b00e2b5..90c222d1175c 100755
--- a/llvm/utils/release/github-upload-release.py
+++ b/llvm/utils/release/github-upload-release.py
@@ -75,9 +75,9 @@ $ gpg --verify <package file name>.sig <package file name>
If it has a `.jsonl` file, use [gh](https://cli.github.com/manual/gh_attestation_verify) to verify the package:
```
-gh attestation verify --repo llvm/llvm-project <package file name>
+$ gh attestation verify --repo llvm/llvm-project <package file name>
(if you are able to connect to GitHub)
-gh attestation verify --repo llvm/llvm-project <package file name> --bundle <package file name>.jsonl
+$ gh attestation verify --repo llvm/llvm-project <package file name> --bundle <package file name>.jsonl
(using attestation file on disk)
```"""
).format(release=release)