djeuscan: use store_true for populqte in scan_metadata

Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
Corentin Chary 2012-07-26 21:17:45 +02:00
parent 29b1ad557a
commit 3c30cae6eb

View File

@ -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 ...>'