Revision c2d969cb

b/snf-cyclades-app/synnefo/api/management/commands/network-modify.py
74 74

  
75 75
    def handle(self, *args, **options):
76 76
        if len(args) != 1:
77
            raise CommandError("Please provide a server ID")
77
            raise CommandError("Please provide a network ID")
78 78

  
79 79
        try:
80 80
            network_id = int(args[0])

Also available in: Unified diff