Revision bcd35e09 lib/opcodes.py

b/lib/opcodes.py
1815 1815
  OP_PARAMS = [
1816 1816
    _PTagKind,
1817 1817
    _PTags,
1818
    # Name is only meaningful for nodes and instances
1818
    # Name is only meaningful for groups, nodes and instances
1819 1819
    ("name", ht.NoDefault, ht.TMaybeString,
1820 1820
     "Name of object where tag(s) should be added"),
1821 1821
    ]
......
1827 1827
  OP_PARAMS = [
1828 1828
    _PTagKind,
1829 1829
    _PTags,
1830
    # Name is only meaningful for nodes and instances
1830
    # Name is only meaningful for groups, nodes and instances
1831 1831
    ("name", ht.NoDefault, ht.TMaybeString,
1832 1832
     "Name of object where tag(s) should be deleted"),
1833 1833
    ]

Also available in: Unified diff