about summary refs log tree commit diff
path: root/Completion/BSD/Command/_freebsd-update
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-08-03 17:29:41 +0200
committerOliver Kiddle <opk@zsh.org>2016-08-03 17:29:41 +0200
commit81f229a03770b9736a1daf499ba56d8d2340c2aa (patch)
tree00a6ee46999ac9aa3d6e574e5a385d4a66d6a9c0 /Completion/BSD/Command/_freebsd-update
parent7d282fa588ba9901ef71177d85c731938cdce639 (diff)
downloadzsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.gz
zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.tar.xz
zsh-81f229a03770b9736a1daf499ba56d8d2340c2aa.zip
38989: minor completion updates for FreeBSD
Diffstat (limited to 'Completion/BSD/Command/_freebsd-update')
-rw-r--r--Completion/BSD/Command/_freebsd-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_freebsd-update b/Completion/BSD/Command/_freebsd-update
index 36b4a015c..d42457272 100644
--- a/Completion/BSD/Command/_freebsd-update
+++ b/Completion/BSD/Command/_freebsd-update
@@ -20,4 +20,4 @@ _arguments \
   '-s[fetch files from the specified server or server pool]:server:_hosts' \
   '-t[mail output of cron command, if any, to address]:address' \
   '--currently-running[assume specified release as current]:release' \
-  ':command:_values -S " " -w "commands" $flags[@]'
+  '*:command:_values -S " " -w "commands" $flags[@]'