summaryrefslogtreecommitdiff
path: root/barbicanclient/barbican_cli
diff options
context:
space:
mode:
authorJiong Liu <liujiong@gohighsec.com>2016-09-20 21:42:30 +0800
committerJiong Liu <liujiong@gohighsec.com>2016-09-20 21:42:30 +0800
commit9483be0b2e2b42e4d7f596ddca38a1bbf355653a (patch)
treefceb91fe375526b013fd265cf5ff75fcb7d754bf /barbicanclient/barbican_cli
parent091d823712f6c727971e01d4946fd63648580433 (diff)
downloadpython-barbicanclient-9483be0b2e2b42e4d7f596ddca38a1bbf355653a.tar.gz
Fix CLI message in CA module
Trivial fix Change-Id: I406774a83413d8861e6a3193f6352ddd7d7b21c3
Diffstat (limited to 'barbicanclient/barbican_cli')
-rw-r--r--barbicanclient/barbican_cli/cas.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/barbicanclient/barbican_cli/cas.py b/barbicanclient/barbican_cli/cas.py
index 573ded9..6e8f338 100644
--- a/barbicanclient/barbican_cli/cas.py
+++ b/barbicanclient/barbican_cli/cas.py
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""
-Command-line interface sub-commands related to secrets.
+Command-line interface sub-commands related to cas.
"""
from cliff import lister
from cliff import show
@@ -47,7 +47,7 @@ class ListCA(lister.Lister):
'(default: %(default)s)',
type=int)
parser.add_argument('--name', '-n', default=None,
- help='specify the secret name '
+ help='specify the ca name '
'(default: %(default)s)')
return parser