From 92e0f6e0e1357d056f288b8cf7ebf149bd0ea0f0 Mon Sep 17 00:00:00 2001 From: Timo Rothenpieler Date: Tue, 24 Sep 2013 18:01:57 +0200 Subject: Add information about new HEADER_ variable to --help --- wgetpaste | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wgetpaste b/wgetpaste index 8faf232..5bb6d83 100755 --- a/wgetpaste +++ b/wgetpaste @@ -357,6 +357,10 @@ Options: Defaults (DEFAULT_{NICK,LANGUAGE,EXPIRATION}[_\${SERVICE}] and DEFAULT_SERVICE) can be overridden globally in /etc/wgetpaste.conf or /etc/wgetpaste.d/*.conf or per user in any of ~/.wgetpaste.conf or ~/.wgetpaste.d/*.conf. + +An additional http header can be passed by setting HEADER_\${SERVICE} in any of the +configuration files mentioned above. For example, authenticating with github gist: +HEADER_gists="Authorization: token 1234abc56789..." EOF } -- cgit v1.2.3