mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +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):
|
class Command(BaseCommand):
|
||||||
help = """
|
help = """
|
||||||
Render messages to a file.
|
Compare rendered messages from files.
|
||||||
Usage: ./manage.py render_messages <destination> <--amount>
|
Usage: ./manage.py compare_messages <dump1> <dump2>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def add_arguments(self, parser: CommandParser) -> None:
|
def add_arguments(self, parser: CommandParser) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user