From 40c7284ea8cd399e45220c749a7e17954d25a042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 13 Apr 2021 13:35:36 +0300 Subject: [PATCH] fixup! Update the help text --- plex_trakt_sync/commands/plex_login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plex_trakt_sync/commands/plex_login.py b/plex_trakt_sync/commands/plex_login.py index 4c8516b1290..44a1ccec2f0 100644 --- a/plex_trakt_sync/commands/plex_login.py +++ b/plex_trakt_sync/commands/plex_login.py @@ -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"]: