mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
s/progname/prog/
This commit is contained in:
parent
3560b7a7f8
commit
35b742c1e8
@ -214,7 +214,7 @@ def request_backport(package_spph, source, destinations):
|
||||
|
||||
|
||||
def main():
|
||||
parser = optparse.OptionParser('%progname [options] package')
|
||||
parser = optparse.OptionParser('%prog [options] package')
|
||||
parser.add_option('-d', '--destination', metavar='DEST',
|
||||
help='Backport to DEST release and necessary '
|
||||
'intermediate releases '
|
||||
|
@ -24,7 +24,7 @@ from ubuntutools.rdepends import query_rdepends, RDependsException
|
||||
|
||||
|
||||
def main():
|
||||
parser = optparse.OptionParser('%progname [options] package',
|
||||
parser = optparse.OptionParser('%prog [options] package',
|
||||
description="List reverse-dependencies of package. "
|
||||
"If the package name is prefixed with src: then the "
|
||||
"reverse-dependencies of all the binary packages that "
|
||||
|
Loading…
x
Reference in New Issue
Block a user