diff options
Diffstat (limited to 'lib/gnupload')
-rwxr-xr-x | lib/gnupload | 4 |
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>. |