Skip to content

Commit

Permalink
skip ci - changed the help a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarrarom committed Apr 23, 2021
1 parent a8a5383 commit 1154128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jiractl.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def jira(ctx):


@click.command()
@click.option('--apikey', '-k', help="API Key for the user authentication", required=True, prompt=True, hide_input=True)
@click.option('--endpoint', '-e', help="the URI of the Jira website for your company", required=True, prompt=True)
@click.option('--apikey', '-k', help="Bearer API Key for the user authentication", required=True, prompt=True, hide_input=True)
@click.option('--endpoint', '-e', help="URI of the Jira website for your company", required=True, prompt=True)
@click.pass_context
def login(ctx, apikey, endpoint):
'''
Expand Down

0 comments on commit 1154128

Please sign in to comment.