We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f2eb6 commit ff90310Copy full SHA for ff90310
1 file changed
examples/getitemdesc.py
@@ -2,8 +2,8 @@
2
3
#################################################################################################
4
#
5
-# getitem.py -- Get info for a specific instance of a Rally type
6
-# identified either by an OID or a FormattedID value
+# getitemdesc.py -- Get info for a specific instance of a Rally type
+# identified either by an OID or a FormattedID value
7
8
USAGE = """
9
Usage: getitem.py <entity_name> <OID | FormattedID>
@@ -27,6 +27,7 @@
27
'TC' : 'TestCase',
28
'US' : 'HierarchicalRequirement',
29
'S' : 'HierarchicalRequirement',
30
+ 'F' : 'Feature',
31
}
32
33
OID_PATT = re.compile(r'^\d+$')
0 commit comments