1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-22 04:49:00 +00: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, ConfigurationPoint('label', kind=str,
description=''' description='''
Similar to IDs but do not have the uniqueness restriction. Similar to IDs but do not have the uniqueness restriction.
If specified, labels will be used by some result If specified, labels will be used by some output
processes instead of (or in addition to) the workload processors instead of (or in addition to) the workload
name. For example, the csv output processor will put name. For example, the csv output processor will put
the label in the "workload" column of the CSV file. the label in the "workload" column of the CSV file.
'''), '''),