summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/interpret-mail3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail
index 9c9c7dc..6f9a9ce 100755
--- a/bin/interpret-mail
+++ b/bin/interpret-mail
@@ -25,6 +25,9 @@ if [ $# -ne 0 ]; then
>&2 echo ' - "copy-to-build-support: <arch> <pkgname>":'
>&2 echo ' Copy the given binary package into [build-support].'
>&2 echo ''
+ >&2 echo ' - "delete:"'
+ >&2 echo ' Delete all scheduled, safely deletable packages.'
+ >&2 echo ''
>&2 echo ' - "prioritize: <pkgbase-regex>":'
>&2 echo ' Increase the priority of matching build assignments.'
>&2 echo ''