diff options
Diffstat (limited to 'Completion/BSD/Command/_freebsd-update')
-rw-r--r-- | Completion/BSD/Command/_freebsd-update | 2 |
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[@]' |