aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2014-09-13 12:37:50 -0400
committermattifestation <mattgraeber@gmail.com>2014-09-13 12:37:50 -0400
commit6df4cf971b9a5876d1893d544affb397e526b3ac (patch)
tree1099a2e271eea36f705646884a7efec9fc0fb605 /README.md
parent258c760c61c9a5b11852580c3e007c7fcb02df3d (diff)
downloadPowerSploit-6df4cf971b9a5876d1893d544affb397e526b3ac.tar.gz
PowerSploit-6df4cf971b9a5876d1893d544affb397e526b3ac.zip
Updating the script style guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a437181..fc307a5 100644
--- a/README.md
+++ b/README.md
@@ -259,7 +259,7 @@ Note: The tools contained within this module were all designed such that they ca
**For all contributors and future contributors to PowerSploit, I ask that you follow this style guide when writing your scripts/modules.**
-* Avoid Write-Host **at all costs**. You should output custom objects instead. For more information on creating custom objects, read these articles:
+* Avoid Write-Host **at all costs**. ** PowerShell functions/cmdlets are not command-line utilities!** Pull requests containing code that uses Write-Host will not be considered. You should output custom objects instead. For more information on creating custom objects, read these articles:
* <http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/19/create-custom-objects-in-your-powershell-script.aspx>
* <http://technet.microsoft.com/en-us/library/ff730946.aspx>