summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-09 14:18:00 +0200
committerErich Eckner <git@eckner.net>2019-09-09 14:18:00 +0200
commitb83ad7f1672047b0ca4be1f1e2545000b85f9a9d (patch)
treef5aad78f479ed7e108bbc1851d833d87897a6c2c /bin
parentfbe3ac6a0518f9359d98b1812f5a5794809c9da8 (diff)
downloadbuilder-b83ad7f1672047b0ca4be1f1e2545000b85f9a9d.tar.xz
bin/interpret-mail: fix help text
Diffstat (limited to 'bin')
-rwxr-xr-xbin/interpret-mail2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail
index fc77716..0532688 100755
--- a/bin/interpret-mail
+++ b/bin/interpret-mail
@@ -37,7 +37,7 @@ if [ $# -ne 0 ]; then
>&2 echo ' - "schedule: <pkgbase>":'
>&2 echo ' Put the given package on the build list (again).'
>&2 echo ''
- >&2 echo ' - "stabilize: <package-file>":'
+ >&2 echo ' - "stabilize: <package-hash> <package-file>":'
>&2 echo ' Mark the given package as tested.'
>&2 echo ''
>&2 echo ' - "unblock: <state-file>":'