From f93d52bbd0053574fb35d72b85c4b299dc1f3ee5 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 12 Nov 2016 13:48:30 +0100 Subject: Fixes decryption share calculation, adds lots of debugging statements. --- node/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/main.cpp') diff --git a/node/main.cpp b/node/main.cpp index 28ef60c..acfdafe 100644 --- a/node/main.cpp +++ b/node/main.cpp @@ -21,7 +21,7 @@ int main(int argc, char* argv[]) { ("interface6,6", po::value()->default_value("::"), "Set the ipv6 address to listen on.") ("next_node,n", po::value(), "The address of the next node in the network.") ("first,f", "This is the first node and will be the communication point for the clients.") - ("last,f", "this is the last node and will be able to send the original message out of the network.") + ("last,l", "this is the last node and will be able to send the original message out of the network.") ("cert,c", po::value(), "The cert file to use (in pem format).") ("key,k", po::value(), "The key file (in pem format).") ("dhparam,d", po::value(), "The dhparam file.") -- cgit v1.2.3-70-g09d2