summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-02 11:41:23 +0200
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-08-02 11:42:12 +0200
commitcdf4ccae4a6a18216020faf0e9ef938235e7c641 (patch)
tree69593c6fe98cd157cd2b7b04464cfa21792c4bb4
parent9f6dd9095ab166b1c2a1f9dc121c594320974892 (diff)
downloadautomake-cdf4ccae4a6a18216020faf0e9ef938235e7c641.tar.gz
automake-cdf4ccae4a6a18216020faf0e9ef938235e7c641.tar.bz2
automake-cdf4ccae4a6a18216020faf0e9ef938235e7c641.zip
* lib/gnupload: Provide also a simple example.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-rw-r--r--ChangeLog4
-rwxr-xr-xlib/gnupload6
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 249c509ac..dcdc86fcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-02 Karl Berry <karl@freefriends.org>
+
+ * lib/gnupload: Provide also a simple example.
+
2008-06-25 Thien-Thi Nguyen <ttn@gnuvola.org>
Small doc fix.
diff --git a/lib/gnupload b/lib/gnupload
index 42e2024c7..fc2f5d091 100755
--- a/lib/gnupload
+++ b/lib/gnupload
@@ -47,7 +47,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