summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index f7dc143..5b0e3a1 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -60,7 +60,7 @@ static void activateReadline() {
if(parser->willDisconnect())
return;
- rl_callback_handler_install("mad: ", handleCommand);
+ rl_callback_handler_install("mad> ", handleCommand);
fds[0].events = POLLIN;
}