Skip to content
Snippets Groups Projects
Commit 883239c9 authored by multicast proxy's avatar multicast proxy
Browse files

Fixed typo.

parent 18f7db5b
Branches
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ void tester::help() ...@@ -192,7 +192,7 @@ void tester::help()
cout << "\tfor example:" << endl; cout << "\tfor example:" << endl;
cout << "\t\t./tester send" << endl; cout << "\t\t./tester send" << endl;
cout << "\t\t./tester recv -i tester.ini" << endl; cout << "\t\t./tester recv -i tester.ini" << endl;
cout << "\t\t./tester send_a_hallo -i tester.ini -o logfile" << endl; cout << "\t\t./tester send_a_hello -i tester.ini -o logfile" << endl;
} }
addr_storage tester::get_gaddr(const std::string& to_do) addr_storage tester::get_gaddr(const std::string& to_do)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment