Hi Karl, * Karl Berry wrote on Sun, Jan 31, 2010 at 07:14:02PM CET: > Minor tweak, edit or ignore as you like. I left out the update to > scriptversion and the copyright year ...
Hehe. ;-) Thanks for the patch, and sorry for the delay. I line-wrapped it after the CMD, so the lines are even shorter, will be pushing to master and branch-1.11 shortly. Cheers, Ralf 2010-02-06 Karl Berry <[email protected]> Improve gnupload usage text. * gnupload (usage): Shorten to make more likely to fit on a tty line. Mention CMD in the synopsis. With ..., plural is implied. diff --git a/lib/gnupload b/lib/gnupload index bd120e8..511070a 100755 --- a/lib/gnupload +++ b/lib/gnupload @@ -1,9 +1,10 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2009-12-21.21; # UTC +scriptversion=2010-02-06.18; # UTC -# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software +# Foundation # # 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
