summaryrefslogtreecommitdiff
path: root/lib/gnupload
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-01-25 13:55:50 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-01-25 13:55:50 +0000
commite7216274d96b3757e0f260feb0b8796b23aafcfd (patch)
treec058b74f4ada0fa883777f0a8aff879106370a53 /lib/gnupload
parent5dc9b19253d3d273ad64adbee13f3692a5c8fca2 (diff)
downloadautomake-e7216274d96b3757e0f260feb0b8796b23aafcfd.tar.gz
* lib/gnupload (usage): Fix example.
* Makefile.am (cvs-release): Fix call to gnupload. From Jim Meyering.
Diffstat (limited to 'lib/gnupload')
-rwxr-xr-xlib/gnupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnupload b/lib/gnupload
index 21589274d..f5efeb786 100755
--- a/lib/gnupload
+++ b/lib/gnupload
@@ -1,7 +1,7 @@
#!/bin/sh
# Sign files and upload them.
-scriptversion=2004-01-24.20
+scriptversion=2004-01-25.02
# Copyright (C) 2004 Free Software Foundation
#
@@ -45,7 +45,7 @@ Recognized destinations are:
Example:
gnupload --to sources.redhat.com:~ftp/automake \\
- --to alpha.gnu.org:gnu/automake \\
+ --to alpha.gnu.org:automake \\
automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2
Report bugs to <bug-automake@gnu.org>.