From 80572ade669c43d51c24f59f8641a15bdc9ec91b Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Sun, 10 Dec 2017 20:20:36 -0800 Subject: [PATCH] Updated SC2215 (markdown) --- SC2215.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2215.md b/SC2215.md index fb59c3e..e915ff2 100644 --- a/SC2215.md +++ b/SC2215.md @@ -42,4 +42,4 @@ There are two typical ways in which this happens: ### Exceptions: -If you actually have a command that starts with a dash -- which you really reconsider -- you can quote the name (or at least the leading dash). This makes no difference to the shell, but makes it clear to ShellCheck and humans that this is not intended as a flag. \ No newline at end of file +If you actually have a command that starts with a dash -- which you should really reconsider -- you can quote the name (or at least the leading dash). This makes no difference to the shell, but makes it clear to ShellCheck and humans that this is not intended as a flag. \ No newline at end of file