From 25ea4054681e4969f2ed25b63c4b987698df09da Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 2 Mar 2019 13:49:21 -0800 Subject: [PATCH] Fix typo in man page (fixes #1486) --- shellcheck.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index 3e026cb..36c341a 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -36,7 +36,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts. : Emit warnings in sourced files. Normally, `shellcheck` will only warn about issues in the specified files. With this option, any issues in - sourced files files will also be reported. + sourced files will also be reported. **-C**[*WHEN*],\ **--color**[=*WHEN*]