diff --git a/armada/shell.py b/armada/shell.py index 68ee061a..b6df25d3 100644 --- a/armada/shell.py +++ b/armada/shell.py @@ -70,7 +70,7 @@ def main(ctx, debug, api, url, token): if api: if not url or not token: raise click.ClickException( - 'When api option is enable user needs to pass url') + 'When api option is enabled user needs to pass url and token') else: ctx.obj['api'] = api parsed_url = urlparse(url)