]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rework slightly to avoid bogus warning from
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Feb 2006 06:04:56 +0000 (06:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Feb 2006 06:04:56 +0000 (06:04 +0000)
sc_two_space_separator_in_usage.

gnupload

index b5c7e554590d2c75cf17fd0bcaa607a95d6d8819..f3a5274cbbcdca048bcaee9c517b7819b3aeeec9 100755 (executable)
--- 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>.