mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 13:23:55 -07:00
Mention extension in changelog and man page
This commit is contained in:
parent
d4d219affd
commit
6dcf4b8e64
2 changed files with 6 additions and 2 deletions
|
@ -64,8 +64,8 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
|
|||
**-s**\ *shell*,\ **--shell=***shell*
|
||||
|
||||
: Specify Bourne shell dialect. Valid values are *sh*, *bash*, *dash* and *ksh*.
|
||||
The default is to use the file's shebang, or *bash* if the target shell
|
||||
can't be determined.
|
||||
The default is to deduce the shell from the file's `shell` directive,
|
||||
shebang, or `.bash/.bats/.dash/.ksh` extension, in that order.
|
||||
|
||||
**-V**,\ **--version**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue