From c134cf6ecaa00d132a8499592f63129f8477d76b Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 3 Jun 2020 12:35:33 +0100 Subject: [PATCH] Timeliner: Improve the option name --- volatility/framework/plugins/timeliner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/plugins/timeliner.py b/volatility/framework/plugins/timeliner.py index 52867402e..bf8e4de73 100644 --- a/volatility/framework/plugins/timeliner.py +++ b/volatility/framework/plugins/timeliner.py @@ -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)