Fix the description about `armada tiller --status`

Change-Id: I61053aed3143f788048718ee5e06c9a897cd1fbe
Signed-off-by: pengdake <19921207pq@gmail.com>
This commit is contained in:
pengdake 2018-12-07 15:35:48 +08:00
parent 307f1318c4
commit 3078f6cc51
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ SHORT_DESC = "Command gets Tiller information."
type=str,
default=CONF.tiller_namespace)
@click.option('--releases', help="List of deployed releases.", is_flag=True)
@click.option('--status', help="Status of Armada services.", is_flag=True)
@click.option('--status', help="Status of Tiller services.", is_flag=True)
@click.option('--debug', help="Enable debug logging.", is_flag=True)
@click.pass_context
def tiller_service(ctx, tiller_host, tiller_port, tiller_namespace, releases,