Commit 6345dd4f authored by Michal Čihař's avatar Michal Čihař

Improve help

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 0777af97
......@@ -36,7 +36,7 @@ class Command(BaseCommand):
parser.add_argument(
'json-file',
type=argparse.FileType('r'),
help='File to import',
help='JSON file containing user data to import',
)
def import_subscriptions(self, profile, userprofile):
......
......@@ -39,7 +39,7 @@ class Command(BaseCommand):
parser.add_argument(
'json-file',
type=argparse.FileType('r'),
help='File to import',
help='JSON file containing user dump to import',
)
def handle(self, *args, **options):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment