This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new 67f4233732 [docs] Fix GPG subkey fingerprint command
67f4233732 is described below
commit 67f42337329eae0dffe2b39b14e7e35646cefb80
Author: JingsongLi <[email protected]>
AuthorDate: Tue Aug 4 10:59:09 2026 +0800
[docs] Fix GPG subkey fingerprint command
(cherry picked from commit 64772a0a9869df4bf0606a8ac3886e6b33eac1ea)
---
docs/docs/project/creating-a-release.md | 3 +--
docs/docs/project/verifying-a-release-candidate.md | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/docs/project/creating-a-release.md
b/docs/docs/project/creating-a-release.md
index e0c35ee89d..8329758e42 100644
--- a/docs/docs/project/creating-a-release.md
+++ b/docs/docs/project/creating-a-release.md
@@ -136,8 +136,7 @@ Before managing the first release:
log.
```shell
-gpg --list-options show-subkey-fingerprint \
- --list-secret-keys --keyid-format LONG
+gpg --with-subkey-fingerprint --list-secret-keys --keyid-format LONG
git config user.signingkey
svn --version
```
diff --git a/docs/docs/project/verifying-a-release-candidate.md
b/docs/docs/project/verifying-a-release-candidate.md
index 22d0847608..d2ea99b6b3 100644
--- a/docs/docs/project/verifying-a-release-candidate.md
+++ b/docs/docs/project/verifying-a-release-candidate.md
@@ -75,7 +75,7 @@ belongs to the RM and appears in the downloaded `KEYS` file.
Also inspect the
exact key or subkey that produced each signature:
```shell
-gpg --list-options show-subkey-fingerprint \
+gpg --with-subkey-fingerprint \
--list-keys "<FULL_SIGNING_KEY_FINGERPRINT>"
```