summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-06-09 11:41:06 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-06-09 11:41:06 +0000
commit7d8f504d37b0ee61f99505a11c22cee1834debbc (patch)
treed73b3e3e7ce9792c2e045dab22abbb95e1380cac /vespaclient
parent01a842f8caff614f4a5e489dde78208f2b18cd63 (diff)
Rename binaries in vespaclient to use vespa- prefix.
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/spoolmaster/.gitignore2
-rw-r--r--vespaclient/src/vespa/vespaclient/spoolmaster/CMakeLists.txt2
-rw-r--r--vespaclient/src/vespa/vespaclient/vespadoclocator/.gitignore4
-rw-r--r--vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt2
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/.gitignore4
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt2
-rw-r--r--vespaclient/src/vespa/vespaclient/vesparoute/application.cpp2
7 files changed, 9 insertions, 9 deletions
diff --git a/vespaclient/src/vespa/vespaclient/spoolmaster/.gitignore b/vespaclient/src/vespa/vespaclient/spoolmaster/.gitignore
index 1a890e8015f..81b1279cdb1 100644
--- a/vespaclient/src/vespa/vespaclient/spoolmaster/.gitignore
+++ b/vespaclient/src/vespa/vespaclient/spoolmaster/.gitignore
@@ -1,3 +1,3 @@
.depend
Makefile
-spoolmaster
+vespa-spoolmaster
diff --git a/vespaclient/src/vespa/vespaclient/spoolmaster/CMakeLists.txt b/vespaclient/src/vespa/vespaclient/spoolmaster/CMakeLists.txt
index 7ed480e1fbe..a633c9518da 100644
--- a/vespaclient/src/vespa/vespaclient/spoolmaster/CMakeLists.txt
+++ b/vespaclient/src/vespa/vespaclient/spoolmaster/CMakeLists.txt
@@ -3,7 +3,7 @@ vespa_add_executable(vespaclient_spoolmaster_app
SOURCES
main.cpp
application.cpp
- OUTPUT_NAME spoolmaster
+ OUTPUT_NAME vespa-spoolmaster
INSTALL bin
DEPENDS
)
diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/.gitignore b/vespaclient/src/vespa/vespaclient/vespadoclocator/.gitignore
index 82da15ee406..52e1033ec5b 100644
--- a/vespaclient/src/vespa/vespaclient/vespadoclocator/.gitignore
+++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/.gitignore
@@ -1,4 +1,4 @@
.depend
Makefile
-vespadoclocator
-vespadoclocator-bin
+vespa-doclocator
+vespa-doclocator-bin
diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt b/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
index bd0f36f3896..2fe0452700a 100644
--- a/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
+++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/CMakeLists.txt
@@ -4,7 +4,7 @@ vespa_add_executable(vespaclient_vespadoclocator_app
application.cpp
locator.cpp
main.cpp
- OUTPUT_NAME vespadoclocator-bin
+ OUTPUT_NAME vespa-doclocator-bin
INSTALL bin
DEPENDS
)
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore b/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
index 4d072420886..573df74b762 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/.gitignore
@@ -1,4 +1,4 @@
.depend
Makefile
-vesparoute
-vesparoute-bin
+vespa-route
+vespa-route-bin
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt b/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
index bb9391331fc..a191c646671 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/CMakeLists.txt
@@ -5,7 +5,7 @@ vespa_add_executable(vespaclient_vesparoute_app
main.cpp
mynetwork.cpp
params.cpp
- OUTPUT_NAME vesparoute-bin
+ OUTPUT_NAME vespa-route-bin
INSTALL bin
DEPENDS
)
diff --git a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp
index baf7c01d631..1ceadfcf595 100644
--- a/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp
+++ b/vespaclient/src/vespa/vespaclient/vesparoute/application.cpp
@@ -185,7 +185,7 @@ Application::parseArgs()
void
Application::printHelp() const
{
- printf("Usage: vesparoute [OPTION]...\n"
+ printf("Usage: vespa-route [OPTION]...\n"
"Options:\n"
" --documenttypesconfigid <id> Sets the config id that supplies document configuration.\n"
" --dump Prints the complete content of the routing table.\n"