Revision e7f99087 lib/opcodes.py

b/lib/opcodes.py
1538 1538
    ("disk", ht.NoDefault, ht.TInt, "Disk index"),
1539 1539
    ("amount", ht.NoDefault, ht.TPositiveInt,
1540 1540
     "Amount of disk space to add (megabytes)"),
1541
    ("absolute", False, ht.TBool,
1542
     "Whether the amount parameter is an absolute target or a relative one"),
1541 1543
    ]
1542 1544
  OP_RESULT = ht.TNone
1543 1545

  

Also available in: Unified diff