summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbcattaneo <c@ttaneo.uy>2020-07-07 12:39:45 -0300
committerRasmus Thomsen <oss@cogitri.dev>2020-07-31 23:54:32 +0200
commitd347b1f14e5155a8e65821bf660a48dad390f1b1 (patch)
tree9700e7bceeb6bfe5438148bc8b619516452b6b8d
parentc895bd749d8ddc442649ab3fd04b61e42ab32d0a (diff)
downloadwgetpaste-d347b1f14e5155a8e65821bf660a48dad390f1b1.tar.gz
Add missing gitlab URL to help message
-rwxr-xr-xwgetpaste3
1 files changed, 3 insertions, 0 deletions
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
}