From 9dfeb6b42a064bf76444f5400e1cd842031f79f4 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 2 Feb 2014 21:56:04 -0800 Subject: [PATCH] Added -s to the man page --- shellcheck.1.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index 1a9e2c3..91dcde3 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -30,8 +30,11 @@ corner cases can cause delayed failures. options are cumulative, but all the codes can be specified at once, comma-separated as a single argument. -Also note that shellcheck supports multiple Bourne shell dialects, and -examines the file's shebang to determine which one to use. +**-s**\ *shell*,\ **--shell=***shell* + +: Specify Bourne shell dialect. Valid values are *sh*, *bash*, *ksh* and + *zsh*. The default is to use the file's shebang, or *bash* if the target + shell can't be determined. # FORMATS