diff options
author | Elias Pipping <pipping@exherbo.org> | 2010-05-19 01:15:57 +0200 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@exherbo.org> | 2010-05-20 18:02:23 +0000 |
commit | 6c6a4335357beb720f5234d7a7d289a228e414a9 (patch) | |
tree | 4f459f12a9fc5667fa96ca6a19bb278debab1436 | |
parent | f1275dc181831760064e16b887817198f79f58e7 (diff) | |
download | wgetpaste-6c6a4335357beb720f5234d7a7d289a228e414a9.tar.gz |
DEFAULT_SERVICE_${SERVICE} does not exist
-rwxr-xr-x | wgetpaste | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -306,9 +306,9 @@ Options: -g, --ignore-configs ignore /etc/wgetpaste.conf, ~/.wgetpaste.conf etc. --version show version information -Defaults (DEFAULT_{NICK,SERVICE,LANGUAGE,EXPIRATION}[_\${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. +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. EOF } |