aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
Diffstat (limited to 'vespalog')
-rw-r--r--vespalog/src/logctl/logctl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalog/src/logctl/logctl.cpp b/vespalog/src/logctl/logctl.cpp
index 478e5e471fb..4cf44e9cd22 100644
--- a/vespalog/src/logctl/logctl.cpp
+++ b/vespalog/src/logctl/logctl.cpp
@@ -41,8 +41,8 @@ usage(const char *name)
"are controlled:\n"
" x. : Matches only component x\n"
" x : Matches component x and all its sub-components\n\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"
+ "Example: %s container:log all=on,spam=off,debug=off : For service\n"
+ "container, set log and all sub-components of log to enable all\n"
"except spam and debug.\n\n", name, name, name);
}