aboutsummaryrefslogtreecommitdiffstats
path: root/src/_port
diff options
context:
space:
mode:
authorRob Speed <speed.rob@gmail.com>2018-03-31 17:35:11 -0400
committerRob Speed <speed.rob@gmail.com>2018-03-31 17:35:11 -0400
commit95ed61ffc28b124eac865e7ce98078f6ddca055e (patch)
tree677e4a15ae623f7f66e8303e16a64acdd883fbda /src/_port
parentMerge pull request #556 from jshort/master (diff)
downloadzsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar
zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.gz
zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.bz2
zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.lz
zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.xz
zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.tar.zst
zsh-completions-95ed61ffc28b124eac865e7ce98078f6ddca055e.zip
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.
Diffstat (limited to 'src/_port')
-rw-r--r--src/_port2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_port b/src/_port
index 29a08fa..ce1bc5b 100644
--- a/src/_port
+++ b/src/_port
@@ -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