Add -s --sign and -v --verify to repo-add usage message.
There were not added to the end of the list as that would mean
splitting the single gettext string that contains -f and the
"see the man page" message, and I wanted to do as little string
damage as possible.
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 9b57ba7..3d6d0c7 100644
--- a/scripts/repo-add.sh.in
+++ b/scripts/repo-add.sh.in
@@ -74,6 +74,11 @@ repo-remove will update a package database by removing the package name
specified on the command line from the given repo database. Multiple
packages to remove can be specified on the command line.
")"
printf "$(gettext "
+Use the -s/--sign flag to sign the database with GnuPG after updating.
")"
+ printf "$(gettext "
+Use the -v/--verify flag to verify the GnuPG signature of the database
+before updating.
")"
+ printf "$(gettext "
Use the -q/--quiet flag to minimize output to basic messages, warnings,