Skip to content

Commit

Permalink
Clarify help test on login flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeaufort committed Feb 3, 2022
1 parent d6f5034 commit 271262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 271262b

Please sign in to comment.