This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 2f6751ff7e8a60364038a1552555f5cb0f98215c
Author: Randall Meyer <randallme...@yahoo.com>
AuthorDate: Thu Oct 24 10:30:42 2019 -0500

    Fixes help message for traffic_top's sleep switch
    
    Closes issue #6051
    
    (cherry picked from commit 0a455638854e3f771c2e92521bf8f17aa38fc836)
---
 src/traffic_top/traffic_top.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/traffic_top/traffic_top.cc b/src/traffic_top/traffic_top.cc
index e093636..90c1acd 100644
--- a/src/traffic_top/traffic_top.cc
+++ b/src/traffic_top/traffic_top.cc
@@ -400,7 +400,7 @@ main(int argc, const char **argv)
   version.setup(PACKAGE_NAME, "traffic_top", PACKAGE_VERSION, __DATE__, 
__TIME__, BUILD_MACHINE, BUILD_PERSON, "");
 
   const ArgumentDescription argument_descriptions[] = {
-    {"sleep", 's', "Enable debugging output", "I", &sleep_time, nullptr, 
nullptr},
+    {"sleep", 's', "Sets the delay between updates (in seconds)", "I", 
&sleep_time, nullptr, nullptr},
     HELP_ARGUMENT_DESCRIPTION(),
     VERSION_ARGUMENT_DESCRIPTION(),
     RUNROOT_ARGUMENT_DESCRIPTION(),

Reply via email to