summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-25 13:40:09 +0000
committerJim Meyering <jim@meyering.net>2004-01-25 13:40:09 +0000
commit690b8fa75de5e4f5ccec1cbf541934481e72ab5f (patch)
treed0044fa2c9c58767167cca9a98400a48b60be22d
parent22c7bc2b4784285845be32a2417dd6c89fcab805 (diff)
downloadcoreutils-690b8fa75de5e4f5ccec1cbf541934481e72ab5f.tar.xz
correct example
-rwxr-xr-xgnupload4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnupload b/gnupload
index 0fbeda71e..8cba888c3 100755
--- a/gnupload
+++ b/gnupload
@@ -1,7 +1,7 @@
#!/bin/sh
# Sign files and upload them.
-scriptversion=2004-01-20.17
+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
"