Skip to content

Commit

Permalink
fixup! Update the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 13, 2021
1 parent 2102411 commit 40c7284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plex_trakt_sync/commands/plex_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def choose_server(account: MyPlexAccount):
@click.option("--password", help="Plex password")
def plex_login(username, password):
"""
Log in to Plex Account to obtain Token. Optionally can use managed user for owned servers.
Log in to Plex Account to obtain Access Token. Optionally can use managed user on servers that you own.
"""

if CONFIG["PLEX_TOKEN"]:
Expand Down

0 comments on commit 40c7284

Please sign in to comment.