mirror of https://github.com/zulip/zulip.git
management: Fix incorrect help text in compare_messages.
This was added, along with `render_messages`, in
93965a8e89
.
This commit is contained in:
parent
95663693df
commit
2698acd738
|
@ -6,8 +6,8 @@ from django.core.management.base import BaseCommand, CommandParser
|
|||
|
||||
class Command(BaseCommand):
|
||||
help = """
|
||||
Render messages to a file.
|
||||
Usage: ./manage.py render_messages <destination> <--amount>
|
||||
Compare rendered messages from files.
|
||||
Usage: ./manage.py compare_messages <dump1> <dump2>
|
||||
"""
|
||||
|
||||
def add_arguments(self, parser: CommandParser) -> None:
|
||||
|
|
Loading…
Reference in New Issue