aboutsummaryrefslogtreecommitdiffstats
path: root/src/RemoteControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RemoteControl.cpp')
-rw-r--r--src/RemoteControl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RemoteControl.cpp b/src/RemoteControl.cpp
index a050278..0060075 100644
--- a/src/RemoteControl.cpp
+++ b/src/RemoteControl.cpp
@@ -108,7 +108,7 @@ void RemoteControllerTelnet::handle_accept(
boost::asio::ip::tcp::acceptor& acceptor)
{
- const std::string welcome = "ODR-DabMux Remote Control CLI\n"
+ const std::string welcome = "ODR-DabMod Remote Control CLI\n"
"Write 'help' for help.\n"
"**********\n";
const std::string prompt = "> ";