index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/interpret-mail | 2 |
diff --git a/bin/interpret-mail b/bin/interpret-mail index d7657e5..e2031cb 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -26,7 +26,7 @@ if [ $# -ne 0 ]; then >&2 echo ' - "block: <state-file> <reason>":' >&2 echo ' Block the given packge for the given reason.' >&2 echo '' - >&2 echo ' - "copy-to-build-support: <pkgname>":' + >&2 echo ' - "copy-to-build-support: <arch> <pkgname>":' >&2 echo ' Copy the given binary package into [build-support].' >&2 echo '' >&2 echo ' - "schedule: <pkgbase>":' |