From 079bca2150260eb8f84331c2e1aa21a2dcc5d6f2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 2 Aug 2008 11:41:23 +0200 Subject: [PATCH] * lib/gnupload: Provide also a simple example. Signed-off-by: Ralf Wildenhues --- ChangeLog | 4 ++++ lib/gnupload | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8c3faa13..add56b2e4 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 6621ebd8b..b90e3ae23 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 -- 2.47.2