From 28611a3b6ed18a330ff5e01557baa7b4d5b86d18 Mon Sep 17 00:00:00 2001 From: Josh Rabinowitz Date: Fri, 13 Apr 2018 20:36:33 -0400 Subject: [PATCH] small grammar change --- man/man7/git-secret.7.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man7/git-secret.7.ronn b/man/man7/git-secret.7.ronn index 97c0665e..14e3bca5 100644 --- a/man/man7/git-secret.7.ronn +++ b/man/man7/git-secret.7.ronn @@ -24,7 +24,7 @@ You can configure several things to suit your workflow better. To do so, just se These settings are available to be changed: -* `$SECRETS_GPG_COMMAND` - sets the `gpg` alternatives, defaults to `gpg`. It can be changed to `gpg`, `gpg2`, `pgp`, `/usr/local/gpg` or any other value. After doing so rerun the tests to be sure, that it won't break anything. Tested to be working with: `gpg`, `gpg2`. +* `$SECRETS_GPG_COMMAND` - sets the `gpg` alternatives, defaults to `gpg`. It can be changed to `gpg`, `gpg2`, `pgp`, `/usr/local/gpg` or any other value. After doing so rerun the tests to be sure that it won't break anything. Tested to be working with: `gpg`, `gpg2`. * `$SECRETS_EXTENSION` - sets the secret files extension, defaults to `.secret`. It can be changed to any valid file extension. ## Internals