From 74e3404f367c1dd9e33a4770cad80d35f53a78d3 Mon Sep 17 00:00:00 2001 From: Josh Rabinowitz Date: Sat, 14 Apr 2018 16:07:12 -0400 Subject: [PATCH] ronn/man doc improvements --- man/man1/git-secret-cat.1 | Bin 1315 -> 1307 bytes man/man1/git-secret-cat.1.ronn | 4 ++-- man/man1/git-secret-reveal.1 | Bin 1313 -> 1316 bytes man/man1/git-secret-reveal.1.ronn | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/man1/git-secret-cat.1 b/man/man1/git-secret-cat.1 index cc73ec2136cb72aa634ec31451729d60e34a23e0..f7d58063205350812a24b1632e885b61fe0d8954 100644 GIT binary patch delta 49 zcmZ3?HJfY0K}OM-G^g}}bcGn*7~PcAJ$p;w4I24leb8{2(QYK$xw3{r!q|c}`*_~+;W6|cDOioMyK_?CT 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 55fbdac7762f9d7678c9bc0b0c178ceac57d6f26..bdd62a1d7aacc1c77d47c33afccf3c4514846012 100644 GIT binary patch delta 19 bcmZ3;wS;TK14gEjjK%jD88_c&a$*7iOg;xB delta 18 acmZ3&wUBGW1IEcu82>RAZGOb$!~_6MZU?Ub 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.