mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
management: Fix incorrect help text in compare_messages.
This was added, along with `render_messages`, in
93965a8e89.
This commit is contained in:
committed by
Tim Abbott
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:
|
||||
|
||||
Reference in New Issue
Block a user