clarify wording around allowed options

Lawrence Velázquez
2022-05-31 16:04:11 -04:00
parent da5d073bbb
commit e6e2b38ed5

@@ -1,6 +1,6 @@
## 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 -->