ronn/man doc improvements

This commit is contained in:
Josh Rabinowitz 2018-04-14 16:07:12 -04:00
parent 5c5a49bc3b
commit 74e3404f36
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -7,12 +7,12 @@ git-secret-cat - decrypts files passed on command line to stdout
## DESCRIPTION ## 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 ## 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`. -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
-h - shows help. -h - shows help.

Binary file not shown.

View File

@ -7,13 +7,13 @@ git-secret-reveal - decrypts all added files.
## DESCRIPTION ## 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 ## OPTIONS
-f - forces to overwrite exisiting files without prompt. -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`. -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
-h - shows help. -h - shows help.