Mention that "-" is supported as a filename. (Fixes #1586)

This commit is contained in:
Vidar Holen 2019-05-22 17:35:41 -07:00
parent 95b1185882
commit 36bb1e7858
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,6 @@ will warn that decimals are not supported.
+ For scripts starting with `#!/bin/ksh` (or using `-s ksh`), ShellCheck will + For scripts starting with `#!/bin/ksh` (or using `-s ksh`), ShellCheck will
not warn at all, as `ksh` supports decimals in arithmetic contexts. not warn at all, as `ksh` supports decimals in arithmetic contexts.
# OPTIONS # OPTIONS
**-a**,\ **--check-sourced** **-a**,\ **--check-sourced**
@ -113,6 +112,10 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
line (plus `/dev/null`). This option allows following any file the script line (plus `/dev/null`). This option allows following any file the script
may `source`. may `source`.
**FILES...**
: One or more script files to check, or "-" for standard input.
# FORMATS # FORMATS