1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

fw/core: Fix description of 'label' CongfigPoint

Update reference of result processors to output processors.
This commit is contained in:
Marc Bonnici 2018-06-08 11:48:32 +01:00 committed by setrofim
parent 9d14cb0a48
commit 1879dd62f1

View File

@ -758,8 +758,8 @@ class JobSpec(Configuration):
ConfigurationPoint('label', kind=str,
description='''
Similar to IDs but do not have the uniqueness restriction.
If specified, labels will be used by some result
processes instead of (or in addition to) the workload
If specified, labels will be used by some output
processors instead of (or in addition to) the workload
name. For example, the csv output processor will put
the label in the "workload" column of the CSV file.
'''),