summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/gnupload6
1 files changed, 5 insertions, 1 deletions
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