Skip to content

Commit

Permalink
change showHelp style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengqiaoWang committed Oct 18, 2022
1 parent 4eda415 commit 5dd1f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/jargs_parser_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@ namespace Joger
getArgsValTypeString(arg.second.arg_val_type).c_str());
}
}
printf("\n");
printf("\n\n");
printf("%s\n", m_description.c_str());
printf("Options and arguments (and corresponding environment variables):\n");
printf("Options and arguments:\n");

for (auto iter : m_arg_map)
{
Expand Down

0 comments on commit 5dd1f9e

Please sign in to comment.