From 43d7296d49e36b3ee8fe6ffdfb0d6f949981b8e3 Mon Sep 17 00:00:00 2001 From: Raven Black Date: Mon, 13 May 2024 17:56:14 +0000 Subject: [PATCH] Suggested comment change Signed-off-by: Raven Black --- source/server/options_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/server/options_impl.cc b/source/server/options_impl.cc index 7c30b8d9cff5..eaa6005bb260 100644 --- a/source/server/options_impl.cc +++ b/source/server/options_impl.cc @@ -75,7 +75,7 @@ OptionsImpl::OptionsImpl(std::vector args, "", "skip-hot-restart-parent-stats", "When hot restarting, by default the child instance copies stats from the parent" " instance periodically during the draining period. This can potentially be an" - " expensive operation; set this to true to just use new stats.", + " expensive operation; set this to true to reset all stats in child process.", cmd, false); TCLAP::ValueArg base_id_path( "", "base-id-path", "Path to which the base ID is written", false, "", "string", cmd);