rename looltool to loolconvert

Change-Id: I9e87c4a142bf63a8a7494861457660ab243e0924
Reviewed-on: https://gerrit.libreoffice.org/54025
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
Andras Timar
2018-05-09 12:05:06 +02:00
committed by Michael Meeks
parent ad7c8ea8b3
commit 8481602061
4 changed files with 5 additions and 5 deletions

View File

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