mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-04 03:46:06 +08:00
clarify wording around allowed options
@@ -1,6 +1,6 @@
|
|||||||
## In POSIX sh, set option *[name]* is undefined.
|
## In POSIX sh, set option *[name]* is undefined.
|
||||||
|
|
||||||
The value *[name]* may be anything other than `allexport`, `errexit`, `ignoreeof`, `monitor`, `noclobber`, `noexec`, `noglob`, `nolog`, `notify` , `nounset`, `verbose`, `vi`, and `xtrace`.
|
The value *[name]* is something other than `allexport`, `errexit`, `ignoreeof`, `monitor`, `noclobber`, `noexec`, `noglob`, `nolog`, `notify` , `nounset`, `verbose`, `vi`, or `xtrace`.
|
||||||
|
|
||||||
<!-- https://github.com/koalaman/shellcheck/blob/3b6972fbf14d98dded7ebfc65af6b73724be4efa/src/ShellCheck/Checks/ShellSupport.hs#L334-L337 -->
|
<!-- https://github.com/koalaman/shellcheck/blob/3b6972fbf14d98dded7ebfc65af6b73724be4efa/src/ShellCheck/Checks/ShellSupport.hs#L334-L337 -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user