From 49efd5700a7035445f7cf9d96e0bb5545f237d23 Mon Sep 17 00:00:00 2001 From: luto Date: Fri, 13 Oct 2017 20:29:46 +0200 Subject: [PATCH] no more frab! --- byro_shackspace/management/commands/import_shackbureau.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)