From: Karl Berry Date: Sat, 2 Aug 2008 09:41:23 +0000 (+0200) Subject: * lib/gnupload: Provide also a simple example. X-Git-Tag: v1.10b~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=079bca2150260eb8f84331c2e1aa21a2dcc5d6f2;p=platform%2Fupstream%2Fautomake.git * lib/gnupload: Provide also a simple example. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index a8c3faa..add56b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-02 Karl Berry + + * lib/gnupload: Provide also a simple example. + 2008-06-25 Thien-Thi Nguyen Small doc fix. diff --git a/lib/gnupload b/lib/gnupload index 6621ebd..b90e3ae 100755 --- a/lib/gnupload +++ b/lib/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