diff --git a/Optional.md b/Optional.md index 68aee3f..b536b16 100644 --- a/Optional.md +++ b/Optional.md @@ -32,11 +32,10 @@ However, if you for debugging or evaluation purposes want to see what's availabl To see which checks are available in your version of ShellCheck, use the `--list-optional` flag. -Optional checks as of version 0.8.0: +Optional checks as of version 0.9.0: ```console $ shellcheck --list-optional - name: add-default-case desc: Suggest adding a default case in `case` statements example: case $? in 0) echo 'Success';; esac