populate_db: Fix help text for --test-suite.

This commit is contained in:
Tim Abbott 2019-02-20 17:40:35 -08:00
parent 7910b9e739
commit 12756b48a0
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ class Command(BaseCommand):
parser.add_argument('--test-suite',
default=False,
action="store_true",
help='Whether to delete all the existing messages.')
help='Configures populate_db to create a deterministic '
'data set for the backend tests.')
def handle(self, **options: Any) -> None:
if options["percent_huddles"] + options["percent_personals"] > 100: