All the examples in gnupload --help are complex, and not what I, at least, have ever used. Very very few packages upload to multiple sites, as far as I know. Here is an idea:
--- /tmp/gnupload 2009-11-27 00:41:59.000000000 -0800 +++ ./gnupload 2009-11-27 07:16:04.000000000 -0800 @@ -3,3 +3,3 @@ -scriptversion=2009-04-28.21; # UTC +scriptversion=2009-11-27.15; # UTC @@ -75,2 +75,5 @@ Examples: +0. Upload foobar-1.0.tar.gz to ftp.gnu.org: + gnupload --to ftp.gnu.org:foobar-1.0.tar.gz + 1. Upload automake-1.8.2b.tar.gz and automake-1.8.2b.tar.bz2 to two sites:
