diff options
Diffstat (limited to 'node/main.cpp')
| -rw-r--r-- | node/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::string>()->default_value("::"), "Set the ipv6 address to listen on.") ("next_node,n", po::value<std::string>(), "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<std::string>(), "The cert file to use (in pem format).") ("key,k", po::value<std::string>(), "The key file (in pem format).") ("dhparam,d", po::value<std::string>(), "The dhparam file.") |
