remove the append action

This commit is contained in:
arbabnazar
2015-10-20 15:30:06 -04:00
parent 361035c098
commit b3e37e54ba

View File

@@ -44,7 +44,6 @@ class Command(BaseCommand):
metavar='USER',
dest='user',
default=False,
action="append",
help="List of users to move in the course"),
make_option('-c', '--course',
metavar='COURSE_ID',