summaryrefslogtreecommitdiffstats
path: root/vespalog
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-08-08 09:30:41 +0200
committerHarald Musum <musum@yahooinc.com>2022-08-08 09:30:41 +0200
commitce7f203b8931188788942ae5a70e2d99c1204f02 (patch)
tree3bd5b4ae9c706cc99d9b60ec7d691e9c69ca74d4 /vespalog
parente0744af00929a345a481a2f8a2e086b61bd53f55 (diff)
qrserver -> container
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);
}