export: Fix usage in export_single_user command.

This commit is contained in:
Steve Howell 2016-08-11 10:09:17 -07:00 committed by Tim Abbott
parent d62a351107
commit 9582a83d10
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Command(BaseCommand):
"""
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")
parser.add_argument('--output',
dest='output_dir',