diff --git a/byro_shackspace/management/commands/import_shackbureau.py b/byro_shackspace/management/commands/import_shackbureau.py index 956e843..651547b 100644 --- a/byro_shackspace/management/commands/import_shackbureau.py +++ b/byro_shackspace/management/commands/import_shackbureau.py @@ -152,7 +152,7 @@ def import_members(data): class Command(BaseCommand): - help = 'Imports a frab xml export' + help = 'Imports a shackbureau json export' def add_arguments(self, parser): parser.add_argument('path', type=str)