Merge "Fix the description about `armada tiller --status`"

This commit is contained in:
Zuul 2019-01-25 15:53:03 +00:00 committed by Gerrit Code Review
commit ab3d68d270
1 changed files with 1 additions and 1 deletions

View File

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