From 0851b241cd2dfdd7651a928b495f69c51fc80862 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 14 Jan 2016 22:09:55 -0800 Subject: [PATCH] Fix whitespace in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7896b3b..6e1c573 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Contents: certchain/ Display the certificate chain from a TLS connection. certdump/ Dump certificate information. - certverify/ Verify a TLS X.509 certificate. - clustersh/ Run commands or transfer files across multiple + certverify/ Verify a TLS X.509 certificate. + clustersh/ Run commands or transfer files across multiple servers via SSH. csrpubdump/ Dump the public key from an X.509 certificate request. fragment/ Print a fragment of a file. jlp/ JSON linter/prettifier. - pem2bin/ Dump the binary body of a PEM-encoded block. + pem2bin/ Dump the binary body of a PEM-encoded block. pembody/ Print the body of a PEM certificate. showimp/ List the external (e.g. non-stdlib and outside the current working directory) imports for a Go file.