Addesses linter issues

This commit is contained in:
Dustin Broderick 2017-11-29 09:25:44 -07:00
parent 1d293535b4
commit c5cd52d227
1 changed files with 3 additions and 3 deletions

View File

@ -81,9 +81,9 @@ class Command(BaseCommand):
help='Search engine models are registered with'
)
parser.add_argument(
'--slim',
action='store_true',
default=False,
'--slim',
action='store_true',
default=False,
help="Only include objects which satisfy the filter specified during \
model registration. WARNING: buildwatson must be rerun if the filter \
changes or the index will be incomplete."