mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
Merge pull request #1425 from volatilityfoundation/1324-pedump-help-message-doesnt-match-flag
#1324 - update pedump error messages
This commit is contained in:
@@ -218,11 +218,11 @@ class PEDump(interfaces.plugins.PluginInterface):
|
||||
)
|
||||
|
||||
if self.config["kernel_module"] and self.config["pid"]:
|
||||
vollog.error("Only --kernel_module or --pid should be set. Not both")
|
||||
vollog.error("Only 'kernel-module' or 'pid' should be set, not both")
|
||||
return
|
||||
|
||||
if not self.config["kernel_module"] and not self.config["pid"]:
|
||||
vollog.error("--kernel_module or --pid must be set")
|
||||
vollog.error("Either 'kernel-module' or 'pid' argument must be set")
|
||||
return
|
||||
|
||||
if self.config["kernel_module"]:
|
||||
|
||||
Reference in New Issue
Block a user