diff --git a/docs/index.rst b/docs/index.rst --- a/docs/index.rst +++ b/docs/index.rst @@ -66,7 +66,7 @@ from swh.web.client.client import WebAPIClient - TOKEN = '.......' # Use "swh web auth login" command to get it + TOKEN = '.......' # Use "swh auth generate-token" command to get it client = WebAPIClient(bearer_token=TOKEN)