_port: Fix completion of next arguments

This commit is contained in:
Aljaž "g5pw" Srebrnič 2014-06-26 17:58:36 +02:00
parent e580a15f99
commit de9abc631e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ _port() {
'-y[Perform a dry run.]' \
'-t[Enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
"1:Port actions:(($actions))" \
'*:Per-action arguments:_port_dispatch' \
'::Per-action arguments:_port_dispatch' \
&& return 0
}