aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/config.cpp')
-rw-r--r--zenserver/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/config.cpp b/zenserver/config.cpp
index 0775eb736..c534865dc 100644
--- a/zenserver/config.cpp
+++ b/zenserver/config.cpp
@@ -482,7 +482,7 @@ ParseCliOptions(int argc, char* argv[], ZenServerOptions& ServerOptions)
options.add_option("gc",
"",
"gc-monitor-interval-seconds",
- "Garbage collection interval in seconds. Default set to 0 (Off).",
+ "Garbage collection monitoring interval in seconds.",
cxxopts::value<int32_t>(ServerOptions.GcConfig.MonitorIntervalSeconds)->default_value("30"),
"");
try