]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
correct example
authorJim Meyering <jim@meyering.net>
Sun, 25 Jan 2004 13:40:09 +0000 (13:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Jan 2004 13:40:09 +0000 (13:40 +0000)
gnupload

index 0fbeda71e63e22fb8f4d2ec3eb91d2299ef8a35c..8cba888c3a529c3104d2d277ab496c32a6e25714 100755 (executable)
--- 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
 "