Revision 9523af40 snf-cyclades-app/synnefo/api/management/commands/flavor-create.py

b/snf-cyclades-app/synnefo/api/management/commands/flavor-create.py
49 49
           "<ram>[,<ram>,...] " \
50 50
           "<disk>[,<disk>,...] " \
51 51
           "<disk template>[,<disk template>,...]"
52
    help = "Create one or more flavors.\n\n"\
53
           " The flavors that will be created are"\
54
           " those belonging to the cartesian product of the arguments"\
55

  
52
    help = "Create one or more flavors.\n\nThe flavors that will be created"\
53
           " are those belonging to the cartesian product of the arguments"
56 54

  
57 55
    def handle(self, *args, **options):
58 56
        if len(args) != 4:

Also available in: Unified diff