Provide example of how to enable the exception.

Anthony Geoghegan
2017-02-13 21:09:20 +00:00
parent 23d8bd2643
commit 0b524dd76a

@@ -18,4 +18,8 @@ Some software, like OS X, Word and WordPress, may automatically replace your reg
### Exceptions ### Exceptions
If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them. If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them, e.g.,
```sh
printf "Warning: wakeonlan is not installed.\n"
```