Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Oct 27, 2024
1 parent a718991 commit be97d7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/s2p/s2p_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ void S2pParser::Banner(bool usage) const
<< " --property/-c KEY=VALUE Sets a configuration property.\n"
<< " --property-files/-C List of configuration property files.\n"
<< " --log-level/-L LEVEL Log level (trace|debug|info|warning|error|\n"
<< " critical|off),\n"
<< " default is 'info'.\n"
<< " critical|off), default is 'info'.\n"
<< " --log-pattern/-l PATTERN The spdlog pattern to use for logging.\n"
<< " --token-file/-P FILE Access token file.\n"
<< " --port/-p PORT s2p server port, default is 6868.\n"
Expand Down

0 comments on commit be97d7b

Please sign in to comment.