naming convention

master
Michael Johnson 2020-08-08 16:53:41 +01:00 committed by GitHub
parent 7763d3e9ec
commit 091374d34c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ sitenames = [v[1] for v in ALL_ANIME_SITES]
type=click.Choice(sitenames)
)
@click.option(
'--mal_import',
'--mal-import',
help='Import xml file from MAL export.',
type = bool,
is_flag = True