From d2fae045e7cb9f47a604a46231a6332ef7026e87 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 8 Dec 2020 21:31:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d05ef16..a6a5dcd7 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Each PowerShell script should follow the 7 golden rules: * **Rule 4:** add a metadata header containing the syntax, description, author, source, and license * **Rule 5:** prefer command-line options, but may ask the user in case no option is given * **Rule 6:** the encoding of the script is in UTF-8 with BOM to support Unicode characters -* **Rule 7:** exit 0 for success, otherwise exit with the error code (mostly 1) +* **Rule 7:** exit 0 for success, else print an error message and exit with the error code (mostly 1) Feedback --------