summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/admin/audit-packages.sh.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/admin/audit-packages.sh.in b/pkgtools/pkg_install/files/admin/audit-packages.sh.in
index 8e619a7bcdd..dfd9814ce6d 100644
--- a/pkgtools/pkg_install/files/admin/audit-packages.sh.in
+++ b/pkgtools/pkg_install/files/admin/audit-packages.sh.in
@@ -7,7 +7,8 @@ usage() {
echo ' [-g file] [-h file]' >& $2
echo ' [-K pkg_dbdir] [-n package] [-p package]' >& $2
echo ' [-Q varname] [-t type]' >& $2
- echo "Please use \`\`pkg_admin fetch-pkg-vulnerabilities'' instead." >& $2
+ echo "Please use the audit, audit-pkg, audit-batch and fetch-pkg-vulnerabilities" >& $2
+ echo "commands of pkg_admin instead." >& $2
exit $1
}
@@ -50,7 +51,8 @@ while [ $# -gt 0 ]; do
;;
-c)
echo "The audit-packages wrapper does not support -c" >&2
- echo "Please switch to \`\`pkg_admin fetch-pkg-vulnerabilities''." >&2
+ echo "Please use the audit, audit-pkg, audit-batch and fetch-pkg-vulnerabilities" >& 2
+ echo "commands of pkg_admin instead." >& 2
exit 1
;;
-d)