mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* buildd: Improve usage notes.
This commit is contained in:
parent
8ba739394c
commit
abea053a51
6
buildd
6
buildd
@ -31,8 +31,12 @@ from urllib import urlencode
|
|||||||
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
sys.path.append('/usr/share/ubuntu-dev-tools/')
|
||||||
import common
|
import common
|
||||||
|
|
||||||
|
# Usage.
|
||||||
|
usage = "%prog <srcpackage> <release> <operation>\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.
|
# Prepare our option parser.
|
||||||
usage = "%prog <srcpackage> <release> <operation>"
|
|
||||||
optParser = OptionParser(usage)
|
optParser = OptionParser(usage)
|
||||||
|
|
||||||
# Retry options
|
# Retry options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user