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