From 5655bd6102db4a819238fb4973bd569ce80f5f70 Mon Sep 17 00:00:00 2001 From: gaellick <32159476+gaellick@users.noreply.github.com> Date: Mon, 13 Apr 2020 12:02:00 +0200 Subject: [PATCH] list supported flavors --- SC2148.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2148.md b/SC2148.md index 495f94d..cc9e769 100644 --- a/SC2148.md +++ b/SC2148.md @@ -15,4 +15,4 @@ If neither of those options are possible or desirable, you can invoke ShellCheck shellcheck --shell=sh without-shebang.sh ``` -See `shellcheck --help` for a list of supported flavors. \ No newline at end of file +See `shellcheck --help` for a list of supported flavors (sh, bash, dash, ksh). \ No newline at end of file