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