summaryrefslogtreecommitdiff
path: root/bin/interpret-mail
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-02-02 09:45:07 +0100
committerErich Eckner <git@eckner.net>2018-02-02 09:45:07 +0100
commitdc6742f7c7243e734d8ce278359e278674f10bd3 (patch)
treec949921eaf03c8f76438fcebd95662c9c96b15d2 /bin/interpret-mail
parentec0fadd3426af36f55ac8d7082e4b2dca957ae56 (diff)
downloadbuilder-dc6742f7c7243e734d8ce278359e278674f10bd3.tar.xz
bin/interpret-mail: reorder help alphabetically
Diffstat (limited to 'bin/interpret-mail')
-rwxr-xr-xbin/interpret-mail6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail
index 03336c2..08e0f16 100755
--- a/bin/interpret-mail
+++ b/bin/interpret-mail
@@ -23,15 +23,15 @@ if [ $# -ne 0 ]; then
>&2 echo ' - "block: <state-file> <reason>":'
>&2 echo ' Block the given packge for the given reason.'
>&2 echo ''
+ >&2 echo ' - "schedule: <pkgbase>":'
+ >&2 echo ' Put the given package on the build list (again).'
+ >&2 echo ''
>&2 echo ' - "stabilize: <package-file>":'
>&2 echo ' Mark the given package as tested.'
>&2 echo ''
>&2 echo ' - "unblock: <state-file>":'
>&2 echo ' Unblock the given packge.'
>&2 echo ''
- >&2 echo ' - "schedule: <pkgname>":'
- >&2 echo ' Put the given package on the build list (again).'
- >&2 echo ''
>&2 echo ' - ALL: all of the above (only valid in'
>&2 echo ' "conf/admin-gpg-keys")'
>&2 echo ''