]> Savannah Git Hosting - gnulib.git/commitdiff
gnupload: Document short options.
authorBruno Haible <bruno@clisp.org>
Sat, 1 Dec 2018 15:28:17 +0000 (16:28 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 1 Dec 2018 15:28:17 +0000 (16:28 +0100)
* build-aux/gnupload (usage): Document the short options.

ChangeLog
build-aux/gnupload

index 4eddf627d81beaa4f3823c84741c56021b3706ec..76d6966e4ae01fd1d37b2dea893852e952affb16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-01  Bruno Haible  <bruno@clisp.org>
+
+       gnupload: Document short options.
+       * build-aux/gnupload (usage): Document the short options.
+
 2018-11-28  Ben Elliston  <bje@gnu.org>
 
        gnupload: Support option -h as alias of --help.
index 64f9218153d66b6316efea3a39e8d734dabbcde4..801cf75356f6b427c150910256e622463f6a7eb5 100755 (executable)
@@ -77,10 +77,10 @@ Options:
   --user NAME              sign with key NAME
   --replace                allow replacements of existing files
   --symlink-regex[=EXPR]   use sed script EXPR to compute symbolic link names
-  --dry-run                do nothing, show what would have been done
+  -n, --dry-run            do nothing, show what would have been done
                            (including the constructed directive file)
   --version                output version information and exit
-  --help                   print this help text and exit
+  -h, --help               print this help text and exit
 
 If --symlink-regex is given without EXPR, then the link target name
 is created by replacing the version information with '-latest', e.g.:
@@ -194,7 +194,7 @@ while test -n "$1"; do
     --symlink)
       collect_var=symlink_files
       ;;
-    --dry-run|-n)
+    -n | --dry-run)
       dry_run=:
       ;;
     --version)