From 271262be7614b704f3b8ef533f7e3d3b13fde52c Mon Sep 17 00:00:00 2001 From: Laura Beaufort Date: Thu, 3 Feb 2022 12:26:15 -0500 Subject: [PATCH] Clarify help test on login flag --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 09355c70c7..0131c9eaf1 100644 --- a/tasks.py +++ b/tasks.py @@ -105,7 +105,7 @@ def _do_deploy(ctx, space): def _print_help_text(): help_text = """ Usage: - invoke deploy [--space SPACE] [--branch BRANCH] [--login LOGIN] [--help] + invoke deploy [--space SPACE] [--branch BRANCH] [--login] [--help] --space SPACE If provided, the SPACE space in cloud.gov will be targeted for deployment. Either --space or --branch must be provided