Online, not on-line

Change-Id: I93a8322dceca7c1ed95449c6aeb4ae854b982957
Reviewed-on: https://gerrit.libreoffice.org/33886
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
Samuel Mehrbrodt
2017-02-03 13:28:48 +00:00
parent d7a9a76ddb
commit 1f2d04a5e4
12 changed files with 16 additions and 16 deletions

View File

@ -189,7 +189,7 @@ void Tool::handleOption(const std::string& optionName,
helpFormatter.setCommand(commandName());
helpFormatter.setUsage("OPTIONS");
helpFormatter.setHeader("LibreOffice On-Line tool.");
helpFormatter.setHeader("LibreOffice Online tool.");
helpFormatter.format(std::cout);
std::exit(Application::EXIT_OK);
}