From 9f3d137026822bc5891cf6575a321ccd9558d448 Mon Sep 17 00:00:00 2001 From: clsr Date: Sun, 24 Jul 2016 07:03:54 +0200 Subject: Make --upload-host be a list of hosts --- USAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'USAGE') diff --git a/USAGE b/USAGE index 3fea3fa..8196889 100644 --- a/USAGE +++ b/USAGE @@ -89,8 +89,8 @@ Running sets the abuse email address to EMAIL example: --abuse abuse@example.com - --upload-host HOST - all request to HOST host will serve files directly ($host/$file, while other hosts serve them on $host/u/$file) + --upload-host HOSTS + all request to hosts in the comma-separated list HOSTS will serve files directly ($host/$file, while other hosts serve them on $host/u/$file) example: --upload-host u.example.com --upload-url URL -- cgit