management: Fix recent argument parsing regressions.

Fixes a regression introduced in
fbdf539bf2.
This commit is contained in:
Tim Abbott
2016-10-16 20:31:47 -07:00
parent a5a03c2e0b
commit 3b0b65c2d0
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ def create_users(name_list, bot_type=None):
class Command(BaseCommand):
help = "Populate an initial database for Zulip Voyager"
def parse_arguments(self, parser):
def add_arguments(self, parser):
# type: (ArgumentParser) -> None
parser.add_argument('--extra-users',
dest='extra_users',