From 1d126960f342f8cdda7fcc5e083284c3196e2fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 25 Apr 2020 08:33:10 +0300 Subject: [PATCH] Use SC prefix for disable= in man page --- shellcheck.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index 50eaddc..6d2a732 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -254,7 +254,7 @@ Valid keys are: **shell** : Overrides the shell detected from the shebang. This is useful for files meant to be included (and thus lacking a shebang), or possibly - as a more targeted alternative to 'disable=2039'. + as a more targeted alternative to 'disable=SC2039'. # RC FILES