diff --git a/watson/management/commands/buildwatson.py b/watson/management/commands/buildwatson.py index 7fc1eb0..ff08946 100644 --- a/watson/management/commands/buildwatson.py +++ b/watson/management/commands/buildwatson.py @@ -81,14 +81,14 @@ 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." ) - + @transaction.atomic() def handle(self, *args, **options): """Runs the management command."""