diff options
author | bcattaneo <c@ttaneo.uy> | 2020-07-07 12:39:45 -0300 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-07-31 23:54:32 +0200 |
commit | d347b1f14e5155a8e65821bf660a48dad390f1b1 (patch) | |
tree | 9700e7bceeb6bfe5438148bc8b619516452b6b8d | |
parent | c895bd749d8ddc442649ab3fd04b61e42ab32d0a (diff) | |
download | wgetpaste-d347b1f14e5155a8e65821bf660a48dad390f1b1.tar.gz |
Add missing gitlab URL to help message
-rwxr-xr-x | wgetpaste | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |