Timeliner: Improve the option name

This commit is contained in:
Mike Auty
2020-06-10 20:33:04 +01:00
committed by ikelos
parent 1fe9cbd51d
commit c134cf6eca
+1 -1
View File
@@ -81,7 +81,7 @@ class Timeliner(interfaces.plugins.PluginInterface):
description = "Whether to record the state of all the plugins once complete",
optional = True,
default = False),
requirements.BooleanRequirement(name = 'write-bodyfile',
requirements.BooleanRequirement(name = 'create-bodyfile',
description = "Whether to create a body file whilst producing results",
optional = True,
default = False)