docs: changed example url to gitlab.com

This commit is contained in:
Simon Cornet 2025-02-24 12:18:46 +01:00
commit 2edf29175f

View file

@ -10,12 +10,12 @@ This works for bot gitlab.com and a selfhosted Gitlab instance. It only supports
Usage: gogitlabber
--archived=(any|excluded|only)
--destination=$HOME/Documents
--gitlab-url=gitlab.example.com
--gitlab-url=gitlab.com
--gitlab-token=<supersecrettoken>
You can also set these environment variables:
GOGITLABBER_ARCHIVED=(any|excluded|only)
GOGITLABBER_DESTINATION=$HOME/Documents
GITLAB_API_TOKEN=<supersecrettoken>
GITLAB_URL=gitlab.example.com
GITLAB_URL=gitlab.com
```