diff options
author | Werner Koch <[email protected]> | 2024-05-22 08:45:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-05-22 08:45:49 +0000 |
commit | cdc798db5c6b0d2886701df84dffbbd6852dc0b8 (patch) | |
tree | 744e980566c1bec5f545904d9db722015c4a4756 | |
parent | Merge branch 'STABLE-BRANCH-2-4' into master (diff) | |
download | gnupg-cdc798db5c6b0d2886701df84dffbbd6852dc0b8.tar.gz gnupg-cdc798db5c6b0d2886701df84dffbbd6852dc0b8.zip |
tools: Fix help output for gpg-authcode-sign.sh
--
-rw-r--r-- | tools/gpg-authcode-sign.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpg-authcode-sign.sh b/tools/gpg-authcode-sign.sh index 0f6a34824..56b743b94 100644 --- a/tools/gpg-authcode-sign.sh +++ b/tools/gpg-authcode-sign.sh @@ -20,8 +20,8 @@ usage() cat <<EOF Usage: $PGM [OPTIONS] FILE_TO_SIGN SIGNED_FILE Options: - [--desc=STRING] Include STRING as description (default=$url) - [--url=STRING] Include STRING as URL (default=$desc) + [--desc=STRING] Include STRING as description (default=$desc) + [--url=STRING] Include STRING as URL (default=$url) [--stamp] Use a stamp file to avoid double signing [--dry-run] Do not actually run osslsigncode [--template] Print a template for ~/.gnupg-autogenrc |