From abea053a514c58f8b24a9582c446f57bef3810d6 Mon Sep 17 00:00:00 2001 From: Jonathan Patrick Davies Date: Wed, 13 Aug 2008 23:24:59 +0100 Subject: [PATCH] * buildd: Improve usage notes. --- buildd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildd b/buildd index 731be27..86a3a97 100755 --- a/buildd +++ b/buildd @@ -31,8 +31,12 @@ from urllib import urlencode sys.path.append('/usr/share/ubuntu-dev-tools/') import common +# Usage. +usage = "%prog \n\n" +usage += "Where operation may be one of: rescore, retry, or status.\n" +usage += "Only Launchpad Buildd Admins may rescore package builds." + # Prepare our option parser. -usage = "%prog " optParser = OptionParser(usage) # Retry options