small adjustment made in note regarding pipe

This commit is contained in:
Tejas
2022-07-05 19:51:32 +05:30
parent bcc923b1b9
commit 596047c251
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ For plugin requests, Please create an issue with description of the plugin.
linux.check_creds.Check_creds
linux.check_idt.Check_idt
.. note:: Here the the command is piped to grep and head in-order to give you sample list of plugins.
.. note:: Here the the command is piped to grep and head in-order to give you sample list of linux plugins.
Using plugins
+1 -1
View File
@@ -22,7 +22,7 @@ Listing Plugins
windows.dlllist.DllList
Lists the loaded modules in a particular windows
.. note:: Here the the command is piped to grep and head in-order to give you sample list of plugins.
.. note:: Here the the command is piped to grep and head in-order to give you sample list of windows plugins.
Using plugins
-------------