fix a misleading pydoc string in the hivelist plugin

This commit is contained in:
iMHLv2
2017-07-18 23:50:38 +00:00
parent 8493f4c4d6
commit 60e67a80d8
+1 -1
View File
@@ -5,7 +5,7 @@ from volatility.framework.renderers import format_hints
from volatility.framework import exceptions
class HiveList(plugins.PluginInterface):
"""Lists the processes present in a particular memory image"""
"""Lists the registry hives present in a particular memory image"""
@classmethod
def get_requirements(cls):