zerver: Text-wrap long lines exceeding 110.

This commit is contained in:
rht
2017-11-09 11:45:56 +01:00
committed by Tim Abbott
parent 23a481c5d2
commit a93b7c40a7
11 changed files with 44 additions and 22 deletions

View File

@@ -12,7 +12,8 @@ import logging
import time
class Command(BaseCommand):
help = """Checks redis to make sure our rate limiting system hasn't grown a bug and left redis with a bunch of data
help = """Checks redis to make sure our rate limiting system hasn't grown a bug
and left redis with a bunch of data
Usage: ./manage.py [--trim] check_redis"""