mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-01 16:04:55 +00:00
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:

committed by
Michael Meeks

parent
ad7c8ea8b3
commit
8481602061
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,7 +54,7 @@ loolwsd
|
||||
loolforkit
|
||||
loolmount
|
||||
loolmap
|
||||
looltool
|
||||
loolconvert
|
||||
loolstress
|
||||
loolconfig
|
||||
loolforkit-nocaps
|
||||
|
@ -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 \
|
||||
|
@ -100,7 +100,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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user