diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-05-09 12:05:06 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2018-05-09 15:25:38 +0200 |
commit | 8481602061c06ec2b03d41a19e35ef47151a88e4 (patch) | |
tree | 713c02f5a6e2b4065cfd5efb80de239e4615878b /tools/Tool.cpp | |
parent | ad7c8ea8b390749c93024fd5db68b1804d593fcc (diff) |
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>
Diffstat (limited to 'tools/Tool.cpp')
-rw-r--r-- | tools/Tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Tool.cpp b/tools/Tool.cpp index 3b9db249d..196db4994 100644 --- a/tools/Tool.cpp +++ b/tools/Tool.cpp @@ -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); } |