From 0b072196bb3a4c42f94c45debfdfa5ff26524f4c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 22 Jun 2018 14:39:04 +0200 Subject: bin/interpret-mail: fix typo in help text --- bin/interpret-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/interpret-mail b/bin/interpret-mail index 6f9a9ce..6045412 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -25,7 +25,7 @@ if [ $# -ne 0 ]; then >&2 echo ' - "copy-to-build-support: ":' >&2 echo ' Copy the given binary package into [build-support].' >&2 echo '' - >&2 echo ' - "delete:"' + >&2 echo ' - "delete:":' >&2 echo ' Delete all scheduled, safely deletable packages.' >&2 echo '' >&2 echo ' - "prioritize: ":' -- cgit v1.2.3