From: Bruno Haible Date: Sat, 1 Dec 2018 15:28:17 +0000 (+0100) Subject: gnupload: Document short options. X-Git-Tag: v1.0~5277 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ef499218fb68054e94522aa6569a1dde8ba32e74;p=gnulib.git gnupload: Document short options. * build-aux/gnupload (usage): Document the short options. --- diff --git a/ChangeLog b/ChangeLog index 4eddf627d8..76d6966e4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-12-01 Bruno Haible + + gnupload: Document short options. + * build-aux/gnupload (usage): Document the short options. + 2018-11-28 Ben Elliston gnupload: Support option -h as alias of --help. diff --git a/build-aux/gnupload b/build-aux/gnupload index 64f9218153..801cf75356 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -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)