Revision f0fe50c2

b/snf-cyclades-app/synnefo/logic/management/commands/pool-modify.py
41 41

  
42 42
class Command(BaseCommand):
43 43
    args = "<pool ID>"
44
    help = "Moidfy a pool"
44
    help = "Modify a pool"
45 45
    output_transaction = True
46 46
    option_list = BaseCommand.option_list + (
47 47
        make_option('--type', dest='type',

Also available in: Unified diff