djeuscan: use store_true for populqte in scan_metadata
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
		@@ -25,9 +25,9 @@ class Command(BaseCommand):
 | 
			
		||||
            default=None,
 | 
			
		||||
            help='Scan only this category'),
 | 
			
		||||
        make_option('--populate',
 | 
			
		||||
            action='store',
 | 
			
		||||
            action='store_true',
 | 
			
		||||
            dest='populate',
 | 
			
		||||
            default=None,
 | 
			
		||||
            default=False,
 | 
			
		||||
            help='Populate herds and maintainers from herds.xml'),
 | 
			
		||||
        )
 | 
			
		||||
    args = '<package package ...>'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user