From c6c637e0f709738b75d48864f8de4a5d72b29463 Mon Sep 17 00:00:00 2001 From: John Funnell Date: Fri, 12 Apr 2024 19:12:10 +0100 Subject: [PATCH] fix typo --- bungee/CommandLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bungee/CommandLine.h b/bungee/CommandLine.h index e312d28..dbe8e31 100644 --- a/bungee/CommandLine.h +++ b/bungee/CommandLine.h @@ -30,7 +30,7 @@ struct Options : { std::vector 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() //