summaryrefslogtreecommitdiff
path: root/Completion/Darwin/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Darwin/Command')
-rw-r--r--Completion/Darwin/Command/_open2
-rw-r--r--Completion/Darwin/Command/_softwareupdate2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Darwin/Command/_open b/Completion/Darwin/Command/_open
index 3926276c6..eadad1831 100644
--- a/Completion/Darwin/Command/_open
+++ b/Completion/Darwin/Command/_open
@@ -13,7 +13,7 @@ _open() {
_arguments -C \
'-a[specify application]: :->open_mac_applications' \
'-e[open with TextEdit]' \
- '-f[Reads input from standard input and opens with TextEdit]' \
+ '-f[reads input from standard input and opens with TextEdit]' \
'*: :->open_files'
case "$state" in
diff --git a/Completion/Darwin/Command/_softwareupdate b/Completion/Darwin/Command/_softwareupdate
index cec16f30d..6db577b06 100644
--- a/Completion/Darwin/Command/_softwareupdate
+++ b/Completion/Darwin/Command/_softwareupdate
@@ -36,7 +36,7 @@ _softwareupdate() {
_arguments -R \
'(-h --help -l --list)-q[quiet mode]' \
- {-l,--list}'[List all available updates]:*:' \
+ {-l,--list}'[list all available updates]:*:' \
{-d,--download}'[download to directory set in InternetConfig]:*:' \
{-i,--install}'[install (requires root)]:*: :->install' \
'--ignored[show or manage ignored updates list (per-user)]:*:: :->ignored' \