diff --git a/loader.py b/loader.py index 2f5835b..3953a04 100755 --- a/loader.py +++ b/loader.py @@ -26,8 +26,8 @@ "val": "--client-url", "dest": "client_url", "action": "store", - "default": "https://api.thoth.pub/graphql", - "help": "Thoth's GraphQL endpoint URL, including '/graphql'" + "default": "https://api.thoth.pub", + "help": "Thoth's GraphQL endpoint URL, excluding '/graphql'" }, { "val": "--email", "dest": "email",