From 16573e0cf003813476d7b6a7e3f5a3c6f317dc1c Mon Sep 17 00:00:00 2001 From: James Hibbard <1940994+jameshibbard@users.noreply.github.com> Date: Tue, 23 Jun 2020 02:54:49 +0000 Subject: [PATCH] gpgv: fix typo (#4122) --- pages/common/gpgv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/gpgv.md b/pages/common/gpgv.md index d6e70e172f..3d66b57187 100644 --- a/pages/common/gpgv.md +++ b/pages/common/gpgv.md @@ -11,6 +11,6 @@ `gpgv {{path/to/signature}} {{path/to/file}}` -- Add a file to the list of keyrings (a single exported key also accounts as a keyring): +- Add a file to the list of keyrings (a single exported key also counts as a keyring): -`gpgv --keyring {{./alice.keyring}} {{path/to/file}} {{path/to/signature}}` +`gpgv --keyring {{./alice.keyring}} {{path/to/signature}} {{path/to/file}}`