From 1a644526625be212025a2195ea15ba5766a83b0a Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Thu, 16 Feb 2017 05:42:41 +0800 Subject: [PATCH] protectable list help info error Modified protectable list help infomation. Change-Id: I0388992c3494ad4581475cf83a5512a68835576d --- karborclient/v1/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karborclient/v1/shell.py b/karborclient/v1/shell.py index 6792312..b0563e9 100644 --- a/karborclient/v1/shell.py +++ b/karborclient/v1/shell.py @@ -436,7 +436,7 @@ def do_restore_show(cs, args): def do_protectable_list(cs, args): - """Lists all protectables type.""" + """Lists all protectable types.""" protectables = cs.protectables.list()