Added -s to the man page

This commit is contained in:
Vidar Holen 2014-02-02 21:56:04 -08:00
parent 77916d2645
commit 9dfeb6b42a
1 changed files with 5 additions and 2 deletions

View File

@ -30,8 +30,11 @@ corner cases can cause delayed failures.
options are cumulative, but all the codes can be specified at once, options are cumulative, but all the codes can be specified at once,
comma-separated as a single argument. comma-separated as a single argument.
Also note that shellcheck supports multiple Bourne shell dialects, and **-s**\ *shell*,\ **--shell=***shell*
examines the file's shebang to determine which one to use.
: 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 # FORMATS