From b04d26fa4860055bfaaef10aff3a46046ce1220c Mon Sep 17 00:00:00 2001 From: Logan007 Date: Sun, 7 Jun 2020 22:23:49 +0545 Subject: [PATCH] fixed A/z parameter handling --- edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge.c b/edge.c index 3816120..d3600da 100644 --- a/edge.c +++ b/edge.c @@ -188,7 +188,7 @@ static void help() { " | causes connections stall when not properly supported.\n"); #endif printf("-r | Enable packet forwarding through n2n community.\n"); - printf("-A1 | Disable payload encryption. Do not use with key -- defaulting to Twofish otherwise.\n"); + printf("-A1 | Disable payload encryption. Do not use with key (defaulting to Twofish then).\n"); printf("-A2 | Use Twofish for payload encryption (default). Requires a key.\n"); #ifdef N2N_HAVE_AES printf("-A3 or -A (deprecated) | Use AES-CBC for payload encryption. Requires a key.\n");