Use proper em dash instead of double hyphen

Simon Brandt
2025-02-25 14:11:05 +01:00
parent 240c58e83e
commit 0866dfcf55

@@ -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.