Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kupix committed Apr 12, 2024
1 parent 4c7533d commit c6c637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bungee/CommandLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct Options :
{
std::vector<std::string> helpGroups;

Options(std::string program_name = "bungee", std::string help_string = std::string("Bungee Basic audio speed and pitch changer\n\nVersion: ") + Bungee::version() + "\n") :
Options(std::string program_name = "bungee", std::string help_string = std::string("Bungee audio speed and pitch changer\n\nVersion: ") + Bungee::version() + "\n") :
cxxopts::Options(program_name, help_string)
{
add_options() //
Expand Down

0 comments on commit c6c637e

Please sign in to comment.