mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	un-copy-paste a little
This commit is contained in:
		
							parent
							
								
									f4793f0df0
								
							
						
					
					
						commit
						b4e0849690
					
				@ -38,6 +38,11 @@ This is faster than source packages, as otherwise we must query LP to
 | 
			
		||||
determine the binary packages that every specified source package
 | 
			
		||||
builds.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-u\fR \fIURL\fR, \fB\-\-data\-url\fR=\fIURL\fR
 | 
			
		||||
URL for index of seeded packages.
 | 
			
		||||
Default: UbuntuWire's service at
 | 
			
		||||
\fBhttp://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/seeded.json.gz\fR.
 | 
			
		||||
.TP
 | 
			
		||||
\fB\-h\fR, \fB\-\-help\fR
 | 
			
		||||
Display a help message and exit
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -107,9 +107,9 @@ def main():
 | 
			
		||||
                      default=False, action='store_true',
 | 
			
		||||
                      help="Binary packages are being specified, "
 | 
			
		||||
                           "not source packages (fast)")
 | 
			
		||||
    parser.add_option('-u', '--service-url', metavar='URL',
 | 
			
		||||
    parser.add_option('-u', '--data-url', metavar='URL',
 | 
			
		||||
                      default=DATA_URL,
 | 
			
		||||
                      help='Reverse Dependencies webservice URL. '
 | 
			
		||||
                      help='URL for the seeded packages index. '
 | 
			
		||||
                           'Default: UbuntuWire')
 | 
			
		||||
    options, args = parser.parse_args()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user