summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}