Commit 20540fbc by Chris Dodge

update usage feedback

parent 00472956
......@@ -22,7 +22,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
if len(args) != 1 and len(args) != 2:
raise CommandError("delete_course requires one argument: <location> |commit|")
raise CommandError("delete_course requires one or more arguments: <location> |commit|")
loc_str = args[0]
......
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