diff --git a/pages/common/git-verify-commit.md b/pages/common/git-verify-commit.md index 67c53eea31..eabc8517fa 100644 --- a/pages/common/git-verify-commit.md +++ b/pages/common/git-verify-commit.md @@ -6,12 +6,12 @@ - Check commits for a GPG signature: -`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}}` +`git verify-commit {{commit_hash1 optional_commit_hash2 ...}}` - Check commits for a GPG signature and show details of each commit: -`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --verbose` +`git verify-commit {{commit_hash1 optional_commit_hash2 ...}} --verbose` - Check commits for a GPG signature and print the raw details: -`git verify-commit {{commit_hash}} {{optional_commit_hash(s')}} --raw` +`git verify-commit {{commit_hash1 optional_commit_hash2 ...}} --raw`