diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-29 19:53:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-29 19:53:25 -0300 |
commit | 88d73d7ce277672f28c322d5ff9a0f633cd12f52 (patch) | |
tree | b27cf87d252843b455744e9e1cdd983bed35173d | |
parent | c5db9846489d52d82a020a97f931a0008047620f (diff) | |
download | keyringer-88d73d7ce277672f28c322d5ff9a0f633cd12f52.tar.gz keyringer-88d73d7ce277672f28c322d5ff9a0f633cd12f52.tar.bz2 |
Docs: fix git verify-commit syntax
-rw-r--r-- | index.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Just clone You can also verify the latest commit's OpenPGP signature: - /usr/bin/git -C kvmx verify-commit HEAD + /usr/bin/git -C keyringer verify-commit HEAD Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases you might have available on your shell. |