summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-05-27 17:56:43 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-05-27 17:56:43 +0000
commit6f302b2e7232fd0cec1ef4d0671740abb6b9e791 (patch)
tree26961290f0c44f71c6f0120cab6d7c66c9185800 /vespaclient
parentb6f7fddbd829d7d6aa5cd9aff1da536b654e82cb (diff)
admin/slobrok.0 does not always exist ....... anymore.
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vdsstates/statesapp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vdsstates/statesapp.cpp b/vespaclient/src/vespa/vespaclient/vdsstates/statesapp.cpp
index a468dd98698..833a4eb5468 100644
--- a/vespaclient/src/vespa/vespaclient/vdsstates/statesapp.cpp
+++ b/vespaclient/src/vespa/vespaclient/vdsstates/statesapp.cpp
@@ -209,8 +209,8 @@ Options::Options(Mode mode)
}
addOptionHeader("Advanced options. Not needed for most usecases");
addOption("l slobrokconfig", _slobrokConfigId,
- std::string("admin/slobrok.0"),
- "Config id of slobrok. Will use the default config id of admin/slobrok.0 if not specified.");
+ std::string("client"),
+ "Config id of slobrok. Will use the default config id of client if not specified.");
addOption("p slobrokspec", _slobrokConnectionSpec, std::string(""),
"Slobrok connection spec. By setting this, this application "
"will not need config at all, but will use the given "