diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index c1832fe3..a8087b24 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -68,6 +68,7 @@ Multiple packages to add can be specified on the command line.\n")" printf -- "$(gettext "Options:\n")" printf -- "$(gettext " -n, --new only add packages that are not already in the database\n")" printf -- "$(gettext " -p, --prevent-downgrade do not add package to database if a newer version is already present\n")" + printf -- "$(gettext " --include-sigs Include package PGP signatures in the repository database (if available)") elif [[ $cmd == "repo-remove" ]] ; then printf -- "$(gettext "Usage: repo-remove [options] ...\n")" printf -- "\n"