0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Add summary line to individual help pages

This commit is contained in:
Janek Bevendorff 2017-01-29 12:52:05 +01:00
parent 9fe4504623
commit 34fa456106
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -71,6 +71,8 @@ EOF
elif [ "merge" == "$cmd" ]; then
cat << EOF
Merge release branch into main branch and create release tags
Options:
-v, --version Release version number or name (required)
-a, --app-name Application name (default: '${APP_NAME}')
@ -86,6 +88,8 @@ EOF
elif [ "build" == "$cmd" ]; then
cat << EOF
Build and package binary release from sources
Options:
-v, --version Release version number or name (required)
-a, --app-name Application name (default: '${APP_NAME}')
@ -111,6 +115,8 @@ EOF
elif [ "sign" == "$cmd" ]; then
cat << EOF
Sign previously compiled release packages
Options:
-f, --files Files to sign (required)
-g, --gpg-key GPG key used to sign the files (default: '${GPG_KEY}')