Skip to content

Commit ff90310

Browse files
committed
fixed description line in examples/getitemdesc.py
1 parent 78f2eb6 commit ff90310

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/getitemdesc.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#################################################################################################
44
#
5-
# getitem.py -- Get info for a specific instance of a Rally type
6-
# identified either by an OID or a FormattedID value
5+
# getitemdesc.py -- Get info for a specific instance of a Rally type
6+
# identified either by an OID or a FormattedID value
77
#
88
USAGE = """
99
Usage: getitem.py <entity_name> <OID | FormattedID>
@@ -27,6 +27,7 @@
2727
'TC' : 'TestCase',
2828
'US' : 'HierarchicalRequirement',
2929
'S' : 'HierarchicalRequirement',
30+
'F' : 'Feature',
3031
}
3132

3233
OID_PATT = re.compile(r'^\d+$')

0 commit comments

Comments
 (0)