From dc6742f7c7243e734d8ce278359e278674f10bd3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 2 Feb 2018 09:45:07 +0100 Subject: bin/interpret-mail: reorder help alphabetically --- bin/interpret-mail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/interpret-mail') 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: ":' >&2 echo ' Block the given packge for the given reason.' >&2 echo '' + >&2 echo ' - "schedule: ":' + >&2 echo ' Put the given package on the build list (again).' + >&2 echo '' >&2 echo ' - "stabilize: ":' >&2 echo ' Mark the given package as tested.' >&2 echo '' >&2 echo ' - "unblock: ":' >&2 echo ' Unblock the given packge.' >&2 echo '' - >&2 echo ' - "schedule: ":' - >&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 '' -- cgit v1.2.3-54-g00ecf