tlsrp

A simple TLS reverse proxy
git clone git://nihaljere.xyz/tlsrp
Log | Files | Refs

commit 0316f7e3286cbabc735b4474172b77eaad1f8cec
parent 3e4cbc785264d09f189e7f7c53f8c2755e966666
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Sun,  5 Jul 2020 21:32:53 -0500

fixed redundancy in usage

Diffstat:
Mtlsrp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tlsrp.c b/tlsrp.c @@ -20,7 +20,7 @@ void usage() { puts("usage: tlsrp [-h host] -p port -f PORT -ca ca_path -cert cert_path -key key_path"); - puts("usage: tlsrp -U unixsocket -f PORT -ca ca_path -cert cert_path -key key_path"); + puts(" tlsrp -U unixsocket -f PORT -ca ca_path -cert cert_path -key key_path"); exit(1); }