summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/LOOLWSD.cpp')
-rw-r--r--wsd/LOOLWSD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 9c84ee6d42..0739bd6aab 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -1654,7 +1654,7 @@ void LOOLWSD::displayHelp()
HelpFormatter helpFormatter(options());
helpFormatter.setCommand(commandName());
helpFormatter.setUsage("OPTIONS");
- helpFormatter.setHeader("LibreOffice Online WebSocket server.");
+ helpFormatter.setHeader("Collabora Online WebSocket server.");
helpFormatter.format(std::cout);
}