This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 49bbb4b Fixes help message for traffic_top's sleep switch
49bbb4b is described below
commit 49bbb4bdcb1a9ba88920dd8cd746caa6f6321d91
Author: Randall Meyer <[email protected]>
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 539e985..625589c 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(),