[openstack-manuals] description of command barbican ca list

Changed "List cas." to "List CAs."

Change-Id: Ib22148157e5337c098e0bda7792b1f385863b20a
Closes-Bug: #1567289
This commit is contained in:
Kiran_totad
2017-02-15 12:55:21 +05:30
parent 2cf63f9ca4
commit ee411df072

View File

@@ -33,7 +33,7 @@ class GetCA(show.ShowOne):
class ListCA(lister.Lister):
"""List cas."""
"""List CAs."""
def get_parser(self, prog_name):
parser = super(ListCA, self).get_parser(prog_name)