summaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2019-06-25 12:46:17 +0200
committerGitHub <noreply@github.com>2019-06-25 12:46:17 +0200
commit53e760d611c968c6d3bb17a6f0d1b19f9d3d64e9 (patch)
tree8dd06021e959c4d0c5ad6d282751dcf3ca5820e0 /vespalog
parentbfc319f49b8cd2e100316c00654448cf00ad9390 (diff)
typo. dispatch soon no more
Diffstat (limited to 'vespalog')
-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);
}