From 2849d378999eccc6e039f14beed6b72da0aecb49 Mon Sep 17 00:00:00 2001 From: "Yuanbin.Chen" Date: Tue, 8 May 2018 23:00:03 +0800 Subject: [PATCH] Change container stats description information Change-Id: Ic8088f5b53c564ad8c10e9226f94885d1ff5f62d Signed-off-by: Yuanbin.Chen --- zunclient/v1/containers_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zunclient/v1/containers_shell.py b/zunclient/v1/containers_shell.py index 7030d490..1e695580 100644 --- a/zunclient/v1/containers_shell.py +++ b/zunclient/v1/containers_shell.py @@ -801,7 +801,7 @@ def do_cp(cs, args): metavar='', help='ID or name of the container to display stats.') def do_stats(cs, args): - """Display stats snapshot of the container.""" + """Display stats of the container.""" stats_info = cs.containers.stats(args.container) utils.print_dict(stats_info)