Skip to content

Commit

Permalink
Refs #4547: [ARS] Improve CLI usage message
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 21, 2024
1 parent 3e0d744 commit 8c87ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cpp/hello_world/CLIParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ class CLIParser
std::cout << "Common options:" << std::endl;
std::cout << " -h, --help Print this help message" << std::endl;
std::cout << " -s <num>, --samples <num> Number of samples to send or receive" << std::endl;
std::cout << " [0 <= <num> <= 65535]" << std::endl;
std::cout << " [0 <= <num> <= 65535]" << std::endl;
std::cout << " (Default: 0 [unlimited])" << std::endl;
std::cout << "Subscriber options:" << std::endl;
std::cout << " -w, --waitset Use waitset read condition" << std::endl;
std::cout << " -w, --waitset Use waitset & read condition" << std::endl;
std::exit(return_code);
}

Expand Down

0 comments on commit 8c87ce7

Please sign in to comment.