mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-13 18:01:28 +00:00
Description
This commit is contained in:
parent
7466d8438b
commit
fae3d8db54
@ -24,7 +24,11 @@ from ubuntutools.rdepends import query_rdepends, RDependsException
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = optparse.OptionParser('%progname [options] package')
|
parser = optparse.OptionParser('%progname [options] package',
|
||||||
|
description="List reverse-dependancies of package. "
|
||||||
|
"If the package name is prefixed with src: then the "
|
||||||
|
"reverse-depndencies of all the binary packages that "
|
||||||
|
"the specified source package builds will be listed.")
|
||||||
parser.add_option('-r', '--release', metavar='RELEASE',
|
parser.add_option('-r', '--release', metavar='RELEASE',
|
||||||
default=UbuntuDistroInfo().devel(),
|
default=UbuntuDistroInfo().devel(),
|
||||||
help='Query dependencies in RELEASE. Default: devel')
|
help='Query dependencies in RELEASE. Default: devel')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user