Mention extension in changelog and man page

This commit is contained in:
Vidar Holen
2019-01-21 16:54:28 -08:00
parent d4d219affd
commit 6dcf4b8e64
2 changed files with 6 additions and 2 deletions

View File

@@ -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**