From 89572d3a9689dde00bc73076d99bce8cf6f6f176 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 20 Jan 2016 01:00:22 +0100 Subject: [PATCH] Fix typo --- shellcheck.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index d611db0..8e76e3c 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -34,7 +34,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts. **-C**[*WHEN*],\ **--color**[=*WHEN*] -: For TTY outut, enable colors *always*, *never* or *auto*. The default +: For TTY output, enable colors *always*, *never* or *auto*. The default is *auto*. **--color** without an argument is equivalent to **--color=always**.