Revision 689d7a07 snf-cyclades-app/synnefo/logic/management/commands/subnet-modify.py

b/snf-cyclades-app/synnefo/logic/management/commands/subnet-modify.py
47 47

  
48 48
class Command(BaseCommand):
49 49
    help = "Update a Subnet." + HELP_MSG
50

  
50
    args = "<Subnet ID>"
51 51
    option_list = BaseCommand.option_list + (
52 52
        make_option("--name", dest="name",
53 53
                    help="The new subnet name."),

Also available in: Unified diff