Out of date help message for git bug bridge configure

Timeline

Timothée Mazzucotelli (pawamoy) opened (edited)

git-bug v0.7.2 linux amd64

Extra indentation before --url:

# For Launchpad
git bug bridge configure \
    --name=default \
    --target=launchpad-preview \
        --url=https://bugs.launchpad.net/ubuntu/

GitLab (L should be uppercase) example uses GitHub:

# For Gitlab
git bug bridge configure \
    --name=default \
    --target=github \
    --url=https://github.com/michaelmure/git-bug \
    --token=$(TOKEN)

Michael Muré (MichaelMure) closed the bug