From 83b121e432576fd32ad1da98a91bdc51ad57eecf Mon Sep 17 00:00:00 2001 From: Jonathan Barratt Date: Wed, 11 Jan 2023 23:20:49 +0700 Subject: [PATCH] DOCS: Fix typo (#966) --- man/man1/git-secret-changes.1 | 2 +- man/man1/git-secret-changes.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man1/git-secret-changes.1 b/man/man1/git-secret-changes.1 index 2e26eae2..1a13a979 100644 --- a/man/man1/git-secret-changes.1 +++ b/man/man1/git-secret-changes.1 @@ -30,7 +30,7 @@ Note also this command can be affected by the \fBSECRETS_PINENTRY\fR environment . .nf -\-d \- specifies `\-\-homedir` option for the `gpg`\. Use this option if your store your keys in a custom location\. +\-d \- specifies `\-\-homedir` option for the `gpg`\. Use this option if you store your keys in a custom location\. \-p \- specifies password for noinput mode, adds `\-\-passphrase` option for `gpg`\. \-h \- shows help\. . diff --git a/man/man1/git-secret-changes.1.md b/man/man1/git-secret-changes.1.md index 2ecb0e3f..5fe8ec1e 100644 --- a/man/man1/git-secret-changes.1.md +++ b/man/man1/git-secret-changes.1.md @@ -21,7 +21,7 @@ Note also this command can be affected by the `SECRETS_PINENTRY` environment var ## OPTIONS - -d - specifies `--homedir` option for the `gpg`. Use this option if your store your keys in a custom location. + -d - specifies `--homedir` option for the `gpg`. Use this option if you store your keys in a custom location. -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`. -h - shows help.