Recognize 'busybox' in --shell and directives. Add to doc texts.

This commit is contained in:
Vidar Holen
2023-12-10 17:05:29 -08:00
parent fdcce458c1
commit 74282b0a93
4 changed files with 6 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ options = [
"Specify path when looking for sourced files (\"SCRIPTDIR\" for script's dir)",
Option "s" ["shell"]
(ReqArg (Flag "shell") "SHELLNAME")
"Specify dialect (sh, bash, dash, ksh)",
"Specify dialect (sh, bash, dash, ksh, busybox)",
Option "S" ["severity"]
(ReqArg (Flag "severity") "SEVERITY")
"Minimum severity of errors to consider (error, warning, info, style)",