mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Use proper em dash instead of double hyphen
@@ -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 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.
|
||||
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.
|
Reference in New Issue
Block a user