minor fix
authorJan Szejko <janek37@gmail.com>
Thu, 21 Dec 2017 16:50:50 +0000 (17:50 +0100)
committerJan Szejko <janek37@gmail.com>
Thu, 21 Dec 2017 16:50:50 +0000 (17:50 +0100)
apps/catalogue/management/commands/add_curriculum.py

index 1274a89..8c5b6d5 100644 (file)
@@ -29,7 +29,7 @@ class Command(BaseCommand):
             '-u', '--username', dest='username', metavar='USER',
             help='Assign commits to this user (required, preferably yourself).'),
     )
-    args = 'csv_file'
+    args = 'json_file'
 
     def handle(self, json_file, **options):
         username = options.get('username')