diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-25 13:40:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-25 13:40:09 +0000 |
commit | 690b8fa75de5e4f5ccec1cbf541934481e72ab5f (patch) | |
tree | d0044fa2c9c58767167cca9a98400a48b60be22d /gnupload | |
parent | 22c7bc2b4784285845be32a2417dd6c89fcab805 (diff) | |
download | coreutils-690b8fa75de5e4f5ccec1cbf541934481e72ab5f.tar.xz |
correct example
Diffstat (limited to 'gnupload')
-rwxr-xr-x | gnupload | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 " |