mirror of https://github.com/zulip/zulip.git
export: Fix usage in export_single_user command.
This commit is contained in:
parent
d62a351107
commit
9582a83d10
|
@ -20,7 +20,7 @@ class Command(BaseCommand):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
parser.add_argument('email', metavar='<realm>', type=str,
|
parser.add_argument('email', metavar='<email>', type=str,
|
||||||
help="email of user to export")
|
help="email of user to export")
|
||||||
parser.add_argument('--output',
|
parser.add_argument('--output',
|
||||||
dest='output_dir',
|
dest='output_dir',
|
||||||
|
|
Loading…
Reference in New Issue