Revision 5b50c3b4 snf-cyclades-app/synnefo/logic/management/commands/server-remove.py

b/snf-cyclades-app/synnefo/logic/management/commands/server-remove.py
46 46
    args = "<Server ID> [<Server ID> ...]"
47 47
    help = "Remove a server by deleting the instance from the Ganeti backend."
48 48

  
49
    option_list = RemoveCommand.option_list + (
49
    command_option_list = RemoveCommand.command_option_list + (
50 50
        make_option(
51 51
            '--wait',
52 52
            dest='wait',

Also available in: Unified diff