summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
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 "