diff --git a/man/man1/git-secret-cat.1 b/man/man1/git-secret-cat.1 index cc73ec21..f7d58063 100644 Binary files a/man/man1/git-secret-cat.1 and b/man/man1/git-secret-cat.1 differ diff --git a/man/man1/git-secret-cat.1.ronn b/man/man1/git-secret-cat.1.ronn index f4d457a2..33d69e81 100644 --- a/man/man1/git-secret-cat.1.ronn +++ b/man/man1/git-secret-cat.1.ronn @@ -7,12 +7,12 @@ git-secret-cat - decrypts files passed on command line to stdout ## DESCRIPTION -`git-secret-cat` - Outputs to stdout the contents of the files named on the command line by running a `gpg --decrypt` command. As with `git-secret-reveal`, it is important to have paired secret-key with one of the public-keys, which were used in the encryption. +`git-secret-cat` - Outputs to stdout the contents of the files named on the command line by running `gpg --decrypt`. As with `git-secret-reveal`, it is important to have the paired secret-key with one of the public-keys which were used in the encryption. ## OPTIONS - -d - specifies `--homedir` option for the `gpg`, basically use this option if your store your keys in a custom location. + -d - specifies `--homedir` option for the `gpg`, basically 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-reveal.1 b/man/man1/git-secret-reveal.1 index 55fbdac7..bdd62a1d 100644 Binary files a/man/man1/git-secret-reveal.1 and b/man/man1/git-secret-reveal.1 differ diff --git a/man/man1/git-secret-reveal.1.ronn b/man/man1/git-secret-reveal.1.ronn index 74ec0bf0..0d410d0b 100644 --- a/man/man1/git-secret-reveal.1.ronn +++ b/man/man1/git-secret-reveal.1.ronn @@ -7,13 +7,13 @@ git-secret-reveal - decrypts all added files. ## DESCRIPTION -`git-secret-reveal` - decrypts all the files in the `.gitsecret/paths/mapping.cfg` by running a `gpg --decrypt` command. It is important to have paired secret-key with one of the public-keys which were used in the encryption. +`git-secret-reveal` - decrypts all the files in the `.gitsecret/paths/mapping.cfg` by running a `gpg --decrypt` command. It is important to have the paired secret-key with one of the public-keys which were used in the encryption. ## OPTIONS -f - forces to overwrite exisiting files without prompt. - -d - specifies `--homedir` option for the `gpg`, basically use this option if your store your keys in a custom location. + -d - specifies `--homedir` option for the `gpg`, basically 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.