Skip to content

Commit

Permalink
Merge pull request #73 from ImageMarkup/rephrase-login
Browse files Browse the repository at this point in the history
Rephrase logged out message
  • Loading branch information
danlamanna authored Mar 4, 2024
2 parents 811ef1b + 68724d0 commit 453b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isic_cli/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def suggest_guest_login(f):
def decorator(ctx: IsicContext, **kwargs):
if not ctx.user:
click.echo(
"Psst, you're logged out. Logging in with `isic user login` might return more data.\n", # noqa: E501
"If you have been granted special permissions, logging in with `isic user login` might return more data.\n", # noqa: E501
err=True,
)
f(ctx, **kwargs)
Expand Down

0 comments on commit 453b9b5

Please sign in to comment.