Skip to content

Commit

Permalink
Update src/algokit/cli/dispenser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Campbell <neil@codecise.com>
  • Loading branch information
aorumbayev and neilcampbell authored Sep 1, 2023
1 parent ff0a389 commit a36ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algokit/cli/dispenser.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def logout_command() -> None:
logger.info("Not logged in! To login, run `algokit account login`")


@dispenser_group.command("login", help="Login account to access Dispenser API")
@dispenser_group.command("login", help="Login to your Dispenser API account")
def login_command() -> None:
"""Login to the Dispenser API."""
if is_authenticated():
Expand Down

0 comments on commit a36ac03

Please sign in to comment.