about summary refs log tree commit diff
path: root/Completion/Darwin/Command/_softwareupdate
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Darwin/Command/_softwareupdate')
-rw-r--r--Completion/Darwin/Command/_softwareupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Darwin/Command/_softwareupdate b/Completion/Darwin/Command/_softwareupdate
index 6db577b06..6054fd768 100644
--- a/Completion/Darwin/Command/_softwareupdate
+++ b/Completion/Darwin/Command/_softwareupdate
@@ -55,7 +55,7 @@ _softwareupdate() {
       ignored_subcmd=(add remove)
 
       if (( CURRENT == 1 )); then
-        _describe -t commands "subcommands" ignored_subcmd && return 0
+        _describe -t commands "subcommand" ignored_subcmd && return 0
       fi
       case $words[1] in
         add)