Skip to content

Commit

Permalink
Update Tools/QedTablesUtils/Source/ArgParser/QedTablesArgParser.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
lucafedeli88 and ax3l authored Sep 5, 2024
1 parent 8008438 commit 1234c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ArgParser::ParseArgs (const std::vector<Key>& keys, const int argc, char const*
void
ArgParser::PrintHelp (const vector<ArgParser::Key>& cmd_list)
{
cout << "Command line options: " << "\n";
cout << "Command line options:\n";

for (const auto& el : cmd_list){
const auto type = get<1>(el);
Expand Down

0 comments on commit 1234c10

Please sign in to comment.