From d347b1f14e5155a8e65821bf660a48dad390f1b1 Mon Sep 17 00:00:00 2001 From: bcattaneo Date: Tue, 7 Jul 2020 12:39:45 -0300 Subject: Add missing gitlab URL to help message --- wgetpaste | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wgetpaste b/wgetpaste index 8644ff5..40617a3 100755 --- a/wgetpaste +++ b/wgetpaste @@ -428,6 +428,9 @@ HEADER_snippets="PRIVATE-TOKEN: 1234abc56789..." You can also set PUBLIC_gists='false' if you want to default to secret instead of public github gists. In the case of gitlab, you can set VISIBILITY_snippets= to 'public', 'private' or 'internal'" + +To change your gitlab server, you can override the default API URL setting +URL_snippets='https://gitlab.[server].com/api/[version]/snippets' EOF } -- cgit v1.2.3