summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-04 14:43:00 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-04 14:43:00 +0200
commitbd5f23c72764f387efdadced262d3b40cf57ae7a (patch)
tree27a966148992e449bcba1addf6f69a62da005192 /build-aux
parent4e2615b2282e22698b445980f305ed31398efd13 (diff)
downloadgnutls-bd5f23c72764f387efdadced262d3b40cf57ae7a.tar.gz
Update gnulib files.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/gnupload6
1 files changed, 5 insertions, 1 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload
index 6621ebd8b7..b90e3ae231 100755
--- a/build-aux/gnupload
+++ b/build-aux/gnupload
@@ -45,7 +45,11 @@ Recognized destinations are:
build directive files and upload files by FTP
[user@]host:DIRECTORY upload files with scp
-Example:
+Simple single-target single-file examples:
+ gnupload --to alpha.gnu.org:automake automake-1.8.2b.tar.gz
+ gnupload --to ftp.gnu.org:automake automake-1.8.3.tar.gz
+
+Multiple-target multiple-file example:
gnupload --to sources.redhat.com:~ftp/pub/automake \\
--to alpha.gnu.org:automake \\
automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2