Description

This commit is contained in:
Stefano Rivera 2011-11-11 23:47:14 +02:00
parent 7466d8438b
commit fae3d8db54

View File

@ -24,7 +24,11 @@ from ubuntutools.rdepends import query_rdepends, RDependsException
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',
default=UbuntuDistroInfo().devel(),
help='Query dependencies in RELEASE. Default: devel')