From 136b654867381afe758d3bfbea15400064728e3b Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 16 Aug 2015 18:20:08 -0700 Subject: [PATCH] Update man page with info for -x. --- shellcheck.1.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index c212fa7..9d4be0f 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -52,7 +52,13 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts. **-V**,\ **--version** -: Print version and exit. +: Print version information and exit. + +**-x**,\ **-external-sources** + +: Follow 'source' statements even when the file is not specified as input. + By default, `shellcheck` will only follow files specified on the command + line. This option allows following any file the script may `source`. # FORMATS