summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2019-07-01 15:41:32 +0200
committerGitHub <noreply@github.com>2019-07-01 15:41:32 +0200
commit6ff34be2071fac5bc838cc3d2f9deb36170f9ab1 (patch)
tree4e0899d0df95c2f7d685d0ce3ef033ef79c7f095
parentf32acd368ab58a9c587e27379cd35e26eafaae7a (diff)
parent53e760d611c968c6d3bb17a6f0d1b19f9d3d64e9 (diff)
Merge pull request #9896 from vespa-engine/kkraune/typo
typo. dispatch soon no more
-rw-r--r--vespalog/src/logctl/logctl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/vespalog/src/logctl/logctl.cpp b/vespalog/src/logctl/logctl.cpp
index 743847a1237..950b7929a50 100644
--- a/vespalog/src/logctl/logctl.cpp
+++ b/vespalog/src/logctl/logctl.cpp
@@ -35,13 +35,13 @@ usage(const char *name)
" <level>=<on|off>[,<level>=<on|off>]...\n"
"<level> is one of:\n"
" all, fatal, error, warning, info, event, config, debug or spam\n\n"
- "component-specification specicies which sub-components of the\n"
+ "component-specification specifies which sub-components of the\n"
"service should be controlled. If it is empty, all components\n"
"are controlled:\n"
" x. : Matches only component x\n"
" x : Matches component x and all its sub-components\n\n"
- "Example: %s topleveldispatch:log all=on,spam=off,debug=off : For service\n"
- "topleveldispatch, set log and all sub-components of log to enable all\n"
+ "Example: %s qrserver:log all=on,spam=off,debug=off : For service\n"
+ "qrserver, set log and all sub-components of log to enable all\n"
"except spam and debug.\n\n", name, name, name);
}