mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 09:34:52 +02:00
LayerWriter plugin: Fix --output argument. It's referenced in the code but never mentioned as a requirement
This commit is contained in:
@@ -38,6 +38,10 @@ class LayerWriter(plugins.PluginInterface):
|
||||
default=False,
|
||||
optional=True,
|
||||
),
|
||||
requirements.StringRequirement(
|
||||
name="output",
|
||||
description="Output filename",
|
||||
),
|
||||
requirements.ListRequirement(
|
||||
name="layers",
|
||||
element_type=str,
|
||||
|
||||
Reference in New Issue
Block a user