mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
Fix up minor typo in the plugin help.
This commit is contained in:
@@ -18,7 +18,7 @@ vollog = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class UserAssist(interfaces_plugins.PluginInterface):
|
||||
""""Print userassist registry keys and information"""
|
||||
"""Print userassist registry keys and information"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user