* lib/gnupload: Provide also a simple example.
authorKarl Berry <karl@freefriends.org>
Sat, 2 Aug 2008 09:41:23 +0000 (11:41 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 2 Aug 2008 09:41:23 +0000 (11:41 +0200)
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/gnupload

index a8c3faa..add56b2 100644 (file)
--- 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.
index 6621ebd..b90e3ae 100755 (executable)
@@ -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