Mention that "-" is supported as a filename. (Fixes #1586)
This commit is contained in:
parent
95b1185882
commit
36bb1e7858
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue