From de9abc631e9c350cd574636e57fb94c17d9a2c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aljaz=CC=8C=20=22g5pw=22=20Srebrnic=CC=8C?= Date: Thu, 26 Jun 2014 17:58:36 +0200 Subject: [PATCH] _port: Fix completion of next arguments --- src/_port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_port b/src/_port index d7aa322..8e3fc5b 100644 --- a/src/_port +++ b/src/_port @@ -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 }