diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-17 10:10:47 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-17 10:10:47 +0100 |
commit | db3a3b93e599669172d46d81c3db3eb661640996 (patch) | |
tree | e0d9da491762dead0f4f742555a17e32f8f782df /build-aux/gnupload | |
parent | 8728945992cce0019e0d286181d81dcd9d280d0d (diff) | |
download | gnutls-db3a3b93e599669172d46d81c3db3eb661640996.tar.gz |
Update gnulib files.
Diffstat (limited to 'build-aux/gnupload')
-rwxr-xr-x | build-aux/gnupload | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload index 6943ca9143..c28a5cc13c 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -1,9 +1,10 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2010-01-27.15; # UTC +scriptversion=2010-02-08.07; # UTC -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 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 @@ -32,10 +33,11 @@ delete_symlinks= collect_var= dbg= -usage="Usage: $0 [OPTIONS]... [COMMAND] FILES... [[COMMAND] FILES...] +usage="Usage: $0 [OPTION]... [CMD] FILE... [[CMD] FILE...] -Sign all FILES, and upload them to selected destinations, according to -<http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html>. +Sign all FILES, and process them at selected destinations according to CMD. +<http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html> +explains further. Commands: --delete delete FILES from destination |