mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
configuration/core: Fix alias for 'results_processors'
Adds missing 's' for alias name.
This commit is contained in:
@@ -896,7 +896,7 @@ class JobSpec(Configuration):
|
|||||||
'''),
|
'''),
|
||||||
ConfigurationPoint('augmentations', kind=toggle_set, merge=True,
|
ConfigurationPoint('augmentations', kind=toggle_set, merge=True,
|
||||||
aliases=["instruments", "processors", "instrumentation",
|
aliases=["instruments", "processors", "instrumentation",
|
||||||
"output_processors", "augment", "result_processor"],
|
"output_processors", "augment", "result_processors"],
|
||||||
description='''
|
description='''
|
||||||
The instruments and output processors to enable (or
|
The instruments and output processors to enable (or
|
||||||
disabled using a ~) during this workload spec. This combines the
|
disabled using a ~) during this workload spec. This combines the
|
||||||
|
Reference in New Issue
Block a user