summaryrefslogtreecommitdiff
path: root/gnupload
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-11 06:04:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-11 06:04:56 +0000
commiteedf8c2d7d86938e35dfb16d85ebdc8db605c33d (patch)
treea1cbf24febc427fa8721f7b14490a59edca13d7c /gnupload
parentde107e9110722cfd3a80f6c93b1371e2dd7bec43 (diff)
downloadcoreutils-eedf8c2d7d86938e35dfb16d85ebdc8db605c33d.tar.xz
Rework slightly to avoid bogus warning from
sc_two_space_separator_in_usage.
Diffstat (limited to 'gnupload')
-rwxr-xr-xgnupload6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnupload b/gnupload
index b5c7e5545..f3a5274cb 100755
--- a/gnupload
+++ b/gnupload
@@ -1,9 +1,9 @@
#!/bin/sh
# Sign files and upload them.
-scriptversion=2004-01-28.17
+scriptversion=2006-02-10.21
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@ Recognized destinations are:
Example:
gnupload --to sources.redhat.com:~ftp/automake \\
- --to alpha.gnu.org: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>.