Skip to content

Commit

Permalink
fix: reformat help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mguentner committed Sep 26, 2023
1 parent 37f71c3 commit 519b99c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cannelloni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ void printUsage() {
#endif
std::cout << "\t\t\t b : enable debugging of internal buffer structures" << std::endl;
std::cout << "\t\t\t t : enable debugging of internal timers" << std::endl;
std::cout << "\t -4 : use IPv4 (default)" << std::endl;
std::cout << "\t -6 : use IPv6" << std::endl;
std::cout << "\t -m : set MTU (default 1500 bytes)" << std::endl;
std::cout << "\t -f : fork into background / daemon mode" << std::endl;
std::cout << "\t -h \t\t display this help text" << std::endl;
std::cout << "\t -4 \t\t\t use IPv4 (default)" << std::endl;
std::cout << "\t -6 \t\t\t use IPv6" << std::endl;
std::cout << "\t -m \t\t\t set MTU (default 1500 bytes)" << std::endl;
std::cout << "\t -f \t\t\t fork into background / daemon mode" << std::endl;
std::cout << "\t -h \t\t\t display this help text" << std::endl;
}

void daemonize() {
Expand Down

0 comments on commit 519b99c

Please sign in to comment.