From 7041cdd22d870647120b9ea1ab502d1167ef4032 Mon Sep 17 00:00:00 2001 From: jiasirui Date: Thu, 3 Jun 2021 13:52:41 +0800 Subject: [PATCH] update the describe of function Change-Id: Ic70a8f2934cdd6113fecea39b132fe67634f8591 --- venusclient/v1/config_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venusclient/v1/config_shell.py b/venusclient/v1/config_shell.py index f0479be..4aa5520 100644 --- a/venusclient/v1/config_shell.py +++ b/venusclient/v1/config_shell.py @@ -14,6 +14,6 @@ def do_get_log_storage_days(cs, args): - """get the elasticsearch days of svae the logs.""" + """get the days of saved logs in elasticsearch(unit day).""" endpoint = cs.config.get_days() print(endpoint)