From f86d68bcc0f0c1893c42fbc857dd2d8ea4932ed5 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 30 Jun 2015 19:10:41 -0700 Subject: [PATCH] Fixed incorrectly documented flag syntax for -V. --- shellcheck.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellcheck.1.md b/shellcheck.1.md index b7d9920..c212fa7 100644 --- a/shellcheck.1.md +++ b/shellcheck.1.md @@ -50,7 +50,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts. The default is to use the file's shebang, or *bash* if the target shell can't be determined. -**-V**\ *version*,\ **--version** +**-V**,\ **--version** : Print version and exit.