mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
DOCS: Fix references to "macOS" as "OS X", "Mac OS X", etc.
Apple renamed "Mac OS X" to "macOS" in 2016. * Replace instances of "OSX"/"OS X"/etc. with "macOS" in comments to reflect the change. * There are additional references to things like "osx" in functional code which are left unchanged. * Grammatical changes due to the initial letter changing from a vowel to a consonant (o => m) in some places. * Fix a unrelated minor grammatical issue.
This commit is contained in:
@@ -157,7 +157,7 @@ _port() {
|
||||
'-F[Read and process the file of commands specified by the argument.]' \
|
||||
'-p[Despite any errors encountered, proceed to process multiple ports and commands.]' \
|
||||
'-y[Perform a dry run.]' \
|
||||
'-t[Enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
|
||||
'-t[Enable trace mode debug facilities on platforms that support it (macOS).]' \
|
||||
"1:Port actions:(($actions))" \
|
||||
'::Per-action arguments:_port_dispatch' \
|
||||
&& return 0
|
||||
|
||||
Reference in New Issue
Block a user