.gitignore | 2 +- Makefile.am | 4 ++-- loolwsd.spec.in | 2 +- tools/Tool.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit de902dd7e0fe8a107a006abe27be8824326b9e62 Author: Andras Timar <andras.ti...@collabora.com> Date: Wed May 9 12:05:06 2018 +0200 rename looltool to loolconvert Change-Id: I9e87c4a142bf63a8a7494861457660ab243e0924 Reviewed-on: https://gerrit.libreoffice.org/54025 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> (cherry picked from commit 8481602061c06ec2b03d41a19e35ef47151a88e4) Reviewed-on: https://gerrit.libreoffice.org/54048 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/.gitignore b/.gitignore index f656512bd..8f1313bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -54,7 +54,7 @@ loolwsd loolforkit loolmount loolmap -looltool +loolconvert loolstress loolconfig loolforkit-nocaps diff --git a/Makefile.am b/Makefile.am index 5471a99e6..5eba5d5f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ export ENABLE_DEBUG bin_PROGRAMS = \ loolwsd loolforkit loolmap loolmount \ - looltool loolstress loolconfig loolsocketdump + loolconvert loolstress loolconfig loolsocketdump dist_bin_SCRIPTS = loolwsd-systemplate-setup @@ -120,7 +120,7 @@ loolmount_SOURCES = tools/mount.cpp loolmap_SOURCES = tools/map.cpp -looltool_SOURCES = tools/Tool.cpp +loolconvert_SOURCES = tools/Tool.cpp loolstress_CPPFLAGS = -DTDOC=\"$(abs_top_srcdir)/test/data\" ${include_paths} loolstress_SOURCES = tools/Stress.cpp \ diff --git a/loolwsd.spec.in b/loolwsd.spec.in index 4409aed98..b2b776ffd 100644 --- a/loolwsd.spec.in +++ b/loolwsd.spec.in @@ -141,7 +141,7 @@ echo "account required pam_unix.so" >> %{buildroot}/etc/pam.d/loolwsd /usr/bin/loolforkit /usr/bin/loolmount /usr/bin/loolstress -/usr/bin/looltool +/usr/bin/loolconvert /usr/bin/loolconfig /usr/share/loolwsd/discovery.xml /usr/share/loolwsd/favicon.ico diff --git a/tools/Tool.cpp b/tools/Tool.cpp index 545641ac1..d722a01b1 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); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits