From e75a4498279e0be9054dbd1f4b61291231070149 Mon Sep 17 00:00:00 2001 From: Joel Parker Henderson Date: Wed, 29 Nov 2017 21:05:19 +0700 Subject: [PATCH] Fix README duplication --- README.md | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 9c43c33..3b47b84 100644 --- a/README.md +++ b/README.md @@ -38,23 +38,6 @@ To decrypt the file: * The output file path defaults to the input file path with suffix ".aes". -## See also - -These commands are similar: - - * [`gpg-encrypt`](https://github.com/SixArm/gpg-encrypt): - use GPG to encrypt a file using our best settings. - - * [`gpg-decrypt`](https://github.com/SixArm/gpg-decrypt): - use GPG to decrypt a file using our best settings. - - * [`openssl-encrypt`](https://github.com/SixArm/openssl-encrypt): - use OpenSLL to encrypt a file using our best settings. - - * [`openssl-decrypt`](https://github.com/SixArm/openssl-decrypt): - use OpenSSL to decrypt a file using our best settings. - - ## Command The command is: @@ -66,15 +49,19 @@ The command is: ## See also -These commands are related: +These commands are similar: - * `gpg-encrypt`: use GPG to encrypt a file using our best settings. + * [`gpg-encrypt`](https://github.com/SixArm/gpg-encrypt): + use GPG to encrypt a file using our best settings. - * `gpg-decrypt`: use GPG to decrypt a file using our best settings. + * [`gpg-decrypt`](https://github.com/SixArm/gpg-decrypt): + use GPG to decrypt a file using our best settings. - * `openssl-encrypt`: use OpenSLL to encrypt a file using our best settings. + * [`openssl-encrypt`](https://github.com/SixArm/openssl-encrypt): + use OpenSLL to encrypt a file using our best settings. - * `openssl-decrypt`: use OpenSSL to decrypt a file using our best settings. + * [`openssl-decrypt`](https://github.com/SixArm/openssl-decrypt): + use OpenSSL to decrypt a file using our best settings. ## Tracking